Person is an attribute applied to the Writing document as a whole, andspecifies information about the type of person who is the subject of thedocument; for example, if they are known primarily as a writer, or a historicalfigure.
union of(xs:string, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token)
required
Sexis an attribute applied to the Writing document as a whole, and specifieswhether the individual who is the subject of the document is female, male,transgendered, transgendered male-to-female, transgendered female-to-male, orundefined.
Source
<xs:element name="ENTRY"><xs:complexType><xs:sequence><xs:element ref="ORLANDOHEADER"/><xs:element ref="DIV0"/></xs:sequence><xs:attribute name="ID" use="required" type="xs:NCName"><xs:annotation><xs:documentation>Attribute ID on the ENTRY element is meant to keep the legacy 6 letter code for each author bio & writing document pairs.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="PERSON" use="required"><xs:annotation><xs:documentation>Person is an attribute applied to the Writing document as a whole, and specifies information about the type of person who is the subject of the document; for example, if they are known primarily as a writer, or a historical figure.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="HISTORICALFIGURE"/><xs:enumeration value="WRITER"/><xs:enumeration value="BRWWRITER"/><xs:enumeration value="IBRWRITER"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="SEX" use="required"><xs:annotation><xs:documentation>Sex is an attribute applied to the Writing document as a whole, and specifies whether the individual who is the subject of the document is female, male, transgendered, transgendered male-to-female, transgendered female-to-male, or undefined.</xs:documentation></xs:annotation><xs:simpleType><xs:union memberTypes="xs:string"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FEMALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="MALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TRANSGENDERED"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TRANSGENDERED FEMALE-TO-MALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TRANSGENDERED MALE-TO-FEMALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="UNDEFINED"/></xs:restriction></xs:simpleType></xs:union></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Equivalent to TEI's TEIHeader, OrlandoHeader supplies the descriptive anddeclarative information making up an electronic title page prefixed to everyTEI-conformant text.
union of(xs:NCName, restriction of xs:token, restriction of xs:token)
text
optional
Typespecifies the kind of document to which the header is attached, forexample whether it is a corpus or individual text. Sample valuesinclude: 1] text; 2] corpus.
Source
<xs:element name="ORLANDOHEADER"><xs:annotation><xs:documentation>Equivalent to TEI's TEIHeader, OrlandoHeader supplies the descriptive and declarative information making up an electronic title page prefixed to every TEI-conformant text.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="FILEDESC"/><xs:element maxOccurs="unbounded" ref="REVISIONDESC"/><xs:element minOccurs="0" ref="XENODATA"/></xs:sequence><xs:attribute name="TYPE" default="text"><xs:annotation><xs:documentation>Type specifies the kind of document to which the header is attached, for example whether it is a corpus or individual text. Sample values include: 1] text; 2] corpus.</xs:documentation></xs:annotation><xs:simpleType><xs:union memberTypes="xs:NCName"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="text"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="corpus"/></xs:restriction></xs:simpleType></xs:union></xs:simpleType></xs:attribute></xs:complexType></xs:element>
<xs:element name="FILEDESC"><xs:annotation><xs:documentation>fileDesc contains a full bibliographic description of an electronic file.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="TITLESTMT"/><xs:element ref="PUBLICATIONSTMT"/><xs:element ref="SOURCEDESC"/></xs:sequence></xs:complexType></xs:element>
<xs:element name="TITLESTMT"><xs:annotation><xs:documentation>titleStmt groups information about the title of a work and those responsible for its intellectual content.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="DOCTITLE"/></xs:sequence></xs:complexType></xs:element>
docTitle is an element in the OrlandoHeader that contains the titleof the document at hand for cataloguing purposes. This title will bein the template for most of the documents created on the OrlandoProject, but will need to be filled in for certain documents, suchas events documents and documents created without atemplate.
<xs:element name="DOCTITLE" type="xs:string"><xs:annotation><xs:documentation>docTitle is an element in the OrlandoHeader that contains the title of the document at hand for cataloguing purposes. This title will be in the template for most of the documents created on the Orlando Project, but will need to be filled in for certain documents, such as events documents and documents created without a template.</xs:documentation></xs:annotation></xs:element>
<xs:element name="PUBLICATIONSTMT"><xs:annotation><xs:documentation>publicationStmt groups information concerning the publication or distribution of an electronic or other text.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="AUTHORITY"/></xs:sequence></xs:complexType></xs:element>
<xs:element name="AUTHORITY" type="xs:string"><xs:annotation><xs:documentation>The authority element contains the name of the person or organization responsible for the construction of an XML file.</xs:documentation></xs:annotation></xs:element>
sourceDescdescribes the source from which an electronic text was derived orgenerated, typically a bibliographic description in the case of adigitized text, or a phrase such as "born digital" for a text which hasno previous existence.
<xs:element name="SOURCEDESC" type="xs:string"><xs:annotation><xs:documentation>sourceDesc describes the source from which an electronic text was derived or generated, typically a bibliographic description in the case of a digitized text, or a phrase such as "born digital" for a text which has no previous existence.</xs:documentation></xs:annotation></xs:element>
<xs:element name="REVISIONDESC"><xs:annotation><xs:documentation>revisionDesc (or revision description) summarizes the revision history for a file.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element maxOccurs="unbounded" ref="RESPONSIBILITY"/></xs:sequence><xs:attribute name="TYPE"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="LEGACY"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Records the completion information of a particular workstatus phase of a document.
Source
<xs:element name="RESPONSIBILITY"><xs:annotation><xs:documentation>The responsibility element records a particular workflow activity in the workflow chain.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="DATE"/><xs:element minOccurs="0" maxOccurs="unbounded" ref="ITEM"/></xs:sequence><xs:attributeGroup ref="RESP-attribute"/><xs:attribute name="TARGET"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="BIOGRAPHY"/><xs:enumeration value="WRITING"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="WORKSTATUS" use="required"><xs:annotation><xs:documentation>Describes the work status of a document.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SUB"><xs:annotation><xs:documentation>Submitted (SUB)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="RWT"><xs:annotation><xs:documentation>Researched / Written / Tagged (RWT)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="CAS"><xs:annotation><xs:documentation>Checked Against Sources (CAS)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="RBV"><xs:annotation><xs:documentation>Reviewed by Volume Author (RVB)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="CFT"><xs:annotation><xs:documentation>Checked for Tagging (CFT)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="CFB"><xs:annotation><xs:documentation>Checked for Bibliographic Practices (CFB)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="CFC"/><xs:enumeration value="REV"><xs:annotation><xs:documentation>Revised (REV)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="OLD"/><xs:enumeration value="PUB"><xs:annotation><xs:documentation>Published (PUB)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ENH"><xs:annotation><xs:documentation>Enhanced (ENH)</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="WORKVALUE" use="required"><xs:annotation><xs:documentation>Records the completion information of a particular work status phase of a document.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="I"><xs:annotation><xs:documentation>Incomplete</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="P"><xs:annotation><xs:documentation>Pending</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Complete</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="O"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Date isone of three elements, along with dateRange and dateStruct, used to systematize thecapture of dates across project documents. Date is used to tag all singular dates(not ranges) for which all components (day, month, year) have a common degree ofcertainty. Accurate and systematic tagging of dates on the project is a highpriority both for the role that dates play in sorting and properly displayingchronology events, but also for facilitating the search and retrieval ofnon-chronology material across project documents.
Designates the parent tag from which the offset is beingcounted.
Source
<xs:element name="DATE"><xs:annotation><xs:documentation>Date is one of three elements, along with dateRange and dateStruct, used to systematize the capture of dates across project documents. Date is used to tag all singular dates (not ranges) for which all components (day, month, year) have a common degree of certainty. Accurate and systematic tagging of dates on the project is a high priority both for the role that dates play in sorting and properly displaying chronology events, but also for facilitating the search and retrieval of non-chronology material across project documents.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:sequence><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="TIME"/></xs:choice><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="RESEARCHNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TIME"/></xs:choice></xs:sequence><xs:attribute name="CALENDAR" default="NEWSTYLE"><xs:annotation><xs:documentation>An attribute of date, dateRange, and dateStruct, calendar is used to indicate when a given date took place.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NEWSTYLE"/><xs:enumeration value="BC"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="ID" type="xs:NCName"/><xs:attribute name="VALUE"><xs:annotation><xs:documentation>Value is used to record a formatted date-related value.</xs:documentation></xs:annotation><xs:simpleType><xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/></xs:simpleType></xs:attribute><xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
ResearchNote is available everywhere, and it allows us to comment among ourselveson the work at hand; not to be confused with scholarNotes that will be readable byend users, the contents of this element will be seen only by projectmembers.
Designates the parent tag from which the offset is beingcounted.
Source
<xs:element name="RESEARCHNOTE"><xs:annotation><xs:documentation>ResearchNote is available everywhere, and it allows us to comment among ourselves on the work at hand; not to be confused with scholarNotes that will be readable by end users, the contents of this element will be seen only by project members.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:sequence><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="EMPH"/><xs:element ref="FIGURE"/><xs:element ref="GRAPHIC"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TITLE"/></xs:choice><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="EMPH"/><xs:element ref="FIGURE"/><xs:element ref="GRAPHIC"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TITLE"/><xs:element ref="XREF"/></xs:choice></xs:sequence><xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
<xs:element name="EMPH"><xs:annotation><xs:documentation>Short for emphasis, emph is an element that marks words or phrases which are stressed or emphasized for linguistic or rhetorical effect.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:sequence><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TTHEMETOPIC"/></xs:choice><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="DENOMINATION"/><xs:element ref="FOREIGN"/><xs:element ref="QUOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/></xs:choice></xs:sequence></xs:complexType></xs:element>
Reg (or regularization) contains a reading which has been regularized ornormalized in some sense.
Source
<xs:element name="FOREIGN"><xs:annotation><xs:documentation>The foreign element identifies a word or phrase as belonging to some language other than that of the surrounding text.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:sequence><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="EMPH"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TMOTIF"/></xs:choice><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="QUOTE"/><xs:element ref="SIC"/></xs:choice></xs:sequence><xs:attribute name="LANG"/><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Latitude in decimal degrees of the place entity. Example: forthe place entity Edmonton, the latitude in decimal degrees is "53.55014"(WGS [World Geodetic System] 84 reference coordinatesystem).
Longitude in decimal degrees of the place entity. Example: forthe place entity Edmonton, the longitude in decimal degrees is "-113.46871"(WGS [World Geodetic System] 84 reference coordinatesystem).
Designates the parent tag from which the offset is beingcounted.
Source
<xs:element name="PLACE"><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="FOREIGN"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOOL"/><xs:element ref="SEPARATION"/><xs:element ref="SOCALLED"/><xs:element ref="TITLE"/><xs:element ref="ADDRESS"/><xs:element ref="AREA"/><xs:element ref="GEOG"/><xs:element ref="PLACENAME"/><xs:element ref="REGION"/><xs:element ref="SETTLEMENT"/></xs:choice><xs:attribute name="ID" type="xs:NCName"/><xs:attribute name="REF" type="xs:anyURI"><xs:annotation><xs:documentation>Ref (or reference) provides an explicit means of locating a full definition for the entity being named by means of a URI.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="LAT" type="xs:decimal"><xs:annotation><xs:documentation>Latitude in decimal degrees of the place entity. Example: for the place entity Edmonton, the latitude in decimal degrees is "53.55014" (WGS [World Geodetic System] 84 reference coordinate system).</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="LONG" type="xs:decimal"><xs:annotation><xs:documentation>Longitude in decimal degrees of the place entity. Example: for the place entity Edmonton, the longitude in decimal degrees is "-113.46871" (WGS [World Geodetic System] 84 reference coordinate system).</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Direct is an attribute of the quote element and is intended to indicatewhether a source is being quoted directly or indirectly. For displaypurposes, it will be necessary to set off direct quotations (doublequotation marks) from indirect ones (single quotationmarks).
Layout is an attribute of QUOTE that determines the possition of the QOUTEin relation to the surrounding text of the entry
Source
<xs:element name="QUOTE"><xs:annotation><xs:documentation>The quote element is globally available and should be used wherever you quote a source.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:sequence><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="AWARD"/><xs:element ref="BIBCITS"/><xs:element ref="CAUSE"/><xs:element ref="CHILDREN"/><xs:element ref="CLASS"/><xs:element ref="COMPANION"/><xs:element ref="CONTESTEDBEHAVIOUR"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DEGREE"/><xs:element ref="DENOMINATION"/><xs:element ref="EMPH"/><xs:element ref="EMPLOYER"/><xs:element ref="ETHNICITY"/><xs:element ref="FOREIGN"/><xs:element ref="GEOGHERITAGE"/><xs:element ref="INSTRUCTOR"/><xs:element ref="JOB"/><xs:element ref="L"/><xs:element ref="LANGUAGE"/><xs:element ref="NAME"/><xs:element ref="NATIONALHERITAGE"/><xs:element ref="NATIONALITY"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="POLITICALAFFILIATION"/><xs:element ref="QUOTE"/><xs:element ref="RACECOLOUR"/><xs:element ref="REMUNERATION"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RS"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SCHOOL"/><xs:element ref="SEXUALIDENTITY"/><xs:element ref="SIC"/><xs:element ref="SIGNIFICANTACTIVITY"/><xs:element ref="SOCALLED"/><xs:element ref="SUBJECT"/><xs:element ref="TEXT"/><xs:element ref="TITLE"/><xs:element ref="TOPIC"/><xs:element ref="LB"/></xs:choice><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="EXTENTOFOEUVRE"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="L"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="PTYPEOFPRESS"/><xs:element ref="QUOTE"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RFICTIONALIZATION"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONVALUE"/><xs:element ref="RRESPONSES"/><xs:element ref="RS"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/><xs:element ref="LB"/><xs:element ref="LG"/></xs:choice></xs:sequence><xs:attribute name="DIRECT" default="Y"><xs:annotation><xs:documentation>Direct is an attribute of the quote element and is intended to indicate whether a source is being quoted directly or indirectly. For display purposes, it will be necessary to set off direct quotations (double quotation marks) from indirect ones (single quotation marks).</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="Y"/><xs:enumeration value="N"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="ID" type="xs:NCName"/><xs:attribute name="LAYOUT" default="INLINE"><xs:annotation><xs:documentation>Layout is an attribute of QUOTE that determines the possition of the QOUTE in relation to the surrounding text of the entry</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="INLINE"><xs:annotation><xs:documentation>Use for short quotes.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BLOCK"><xs:annotation><xs:documentation>Use for longer quotes.</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
This attribute distinguishes between the different kinds of awards:"scholarship," "prize," and "other." Anentrance scholarship to Oxford is different from winning first prize in aSpelling Bee and distinguishing between awards will help understand thematerial conditions affecting women's access toeducation.
Reg (or regularization) contains a reading which has been regularized ornormalized in some sense.
Source
<xs:element name="AWARD"><xs:annotation><xs:documentation>This element captures important educational awards given to women writers.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="FOREIGN"/><xs:element ref="ORGNAME"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOOL"/><xs:element ref="SOCALLED"/><xs:element ref="SUBJECT"/><xs:element ref="TEXT"/></xs:choice><xs:attribute name="AWARDTYPE"><xs:annotation><xs:documentation>This attribute distinguishes between the different kinds of awards: "scholarship," "prize," and "other." An entrance scholarship to Oxford is different from winning first prize in a Spelling Bee and distinguishing between awards will help understand the material conditions affecting women's access to education.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SCHOLARSHIP"/><xs:enumeration value="PRIZE"/><xs:enumeration value="OTHER"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Designates the parent tag from which the offset is beingcounted.
Source
<xs:element name="ORGNAME"><xs:annotation><xs:documentation>The orgName element is used to identify schools, companies, and any other type of recognized organization.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:sequence><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="DENOMINATION"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="POLITICALAFFILIATION"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOOL"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="SUBJECT"/><xs:element ref="TITLE"/></xs:choice><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="FOREIGN"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/><xs:element ref="TTHEMETOPIC"/></xs:choice></xs:sequence><xs:attribute name="ORGTYPE"><xs:annotation><xs:documentation>A carry-over from the Microsoft Access database for chronology, orgType contains a keyword descriptor of an organization. Do not use this attribute.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="STANDARD"/><xs:attribute name="REF" type="xs:anyURI"><xs:annotation><xs:documentation>Ref (or reference) provides an explicit means of locating a full definition for the entity being named by means of a URI.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Denomination captures the names of religious denominations associated with aperson's life. We are defining denomination very broadly to include a widerange of categories from Christian to atheist to Seekers to Clapham Sect. While werecognize that many of the denominations listed below are conceptually different(for example, Buddhhierarchicalism is on a different hierarchical, conceptual levelthan Calvinist), for the purposes of this Project we are overlooking thesedistinctions.
Self-defined is an attribute attached to all identity categories withinbiography. Its purpose is to distinguish between people who place themselveswithin an identity category (i.e., "Jeannette Winterson identifies aslesbian") and those whom we place in that category though theythemselves did not (i.e., "While she denied being a lesbian, shemaintained relationships with women throughout her life"). Thisattribute acknowledges the importance of personal, political and historicalplacements of one's own subject position; it assumes that identitiesare not simply labels we assign to other people but shifting categorieswhich we both place ourselves within, and, in which history placesus.
Source
<xs:element name="DENOMINATION"><xs:annotation><xs:documentation>Denomination captures the names of religious denominations associated with a person's life. We are defining denomination very broadly to include a wide range of categories from Christian to atheist to Seekers to Clapham Sect. While we recognize that many of the denominations listed below are conceptually different (for example, Buddhhierarchicalism is on a different hierarchical, conceptual level than Calvinist), for the purposes of this Project we are overlooking these distinctions.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DENOMINATION"/><xs:element ref="ETHNICITY"/><xs:element ref="NAME"/><xs:element ref="NATIONALHERITAGE"/><xs:element ref="ORGNAME"/><xs:element ref="QUOTE"/><xs:element ref="SOCALLED"/></xs:choice><xs:attribute name="CURRENTALTERNATIVETERM"/><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN"><xs:annotation><xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELFYES"/><xs:enumeration value="SELFNO"/><xs:enumeration value="SELFUNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
This optional attribute is attached to various categories withinculturalFormation. It allows the tagger to specify the family member towhich the information in the element applies.
Self-defined is an attribute attached to all identity categories withinbiography. Its purpose is to distinguish between people who place themselveswithin an identity category (i.e., "Jeannette Winterson identifies aslesbian") and those whom we place in that category though theythemselves did not (i.e., "While she denied being a lesbian, shemaintained relationships with women throughout her life"). Thisattribute acknowledges the importance of personal, political and historicalplacements of one's own subject position; it assumes that identitiesare not simply labels we assign to other people but shifting categorieswhich we both place ourselves within, and, in which history placesus.
Source
<xs:element name="ETHNICITY"><xs:annotation><xs:documentation>Ethnicity captures information about a person's ethnic position. See raceAndEthnicity for a detailed description of the complexities of this element.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="DATE"/><xs:element ref="DENOMINATION"/><xs:element ref="GEOGHERITAGE"/><xs:element ref="NATIONALHERITAGE"/><xs:element ref="NATIONALITY"/><xs:element ref="QUOTE"/><xs:element ref="RACECOLOUR"/></xs:choice><xs:attribute name="FOREBEAR" default="FAMILY"><xs:annotation><xs:documentation>This optional attribute is attached to various categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element applies.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FATHER"/><xs:enumeration value="MOTHER"/><xs:enumeration value="PARENTS"/><xs:enumeration value="GRANDFATHER"/><xs:enumeration value="GRANDMOTHER"/><xs:enumeration value="GRANDPARENTS"/><xs:enumeration value="AUNT"/><xs:enumeration value="UNCLE"/><xs:enumeration value="OTHER"/><xs:enumeration value="FAMILY"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REG" type="xs:NCName"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN"><xs:annotation><xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELFYES"/><xs:enumeration value="SELFNO"/><xs:enumeration value="SELFUNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
GeogHeritage captures information about the geographical origins of a person'sfamily which often contributes to an understanding of their racial and ethnicbackground. It offers a way to capture women identified as "South-Asian,"for example, when no more precise national heritage is indicated. SeeraceAndEthnicity for a detailed description of the complexities of thiselement.
This optional attribute is attached to various categories withinculturalFormation. It allows the tagger to specify the family member towhich the information in the element applies.
Self-defined is an attribute attached to all identity categories withinbiography. Its purpose is to distinguish between people who place themselveswithin an identity category (i.e., "Jeannette Winterson identifies aslesbian") and those whom we place in that category though theythemselves did not (i.e., "While she denied being a lesbian, shemaintained relationships with women throughout her life"). Thisattribute acknowledges the importance of personal, political and historicalplacements of one's own subject position; it assumes that identitiesare not simply labels we assign to other people but shifting categorieswhich we both place ourselves within, and, in which history placesus.
Source
<xs:element name="GEOGHERITAGE"><xs:annotation><xs:documentation>GeogHeritage captures information about the geographical origins of a person's family which often contributes to an understanding of their racial and ethnic background. It offers a way to capture women identified as "South-Asian," for example, when no more precise national heritage is indicated. See raceAndEthnicity for a detailed description of the complexities of this element.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="CLASS"/><xs:element ref="DENOMINATION"/><xs:element ref="ETHNICITY"/><xs:element ref="NAME"/><xs:element ref="NATIONALHERITAGE"/><xs:element ref="NATIONALITY"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RACECOLOUR"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SOCALLED"/></xs:choice><xs:attribute name="FOREBEAR" default="FAMILY"><xs:annotation><xs:documentation>This optional attribute is attached to various categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element applies.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FATHER"/><xs:enumeration value="MOTHER"/><xs:enumeration value="PARENTS"/><xs:enumeration value="GRANDFATHER"/><xs:enumeration value="GRANDMOTHER"/><xs:enumeration value="GRANDPARENTS"/><xs:enumeration value="AUNT"/><xs:enumeration value="UNCLE"/><xs:enumeration value="OTHER"/><xs:enumeration value="FAMILY"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN"><xs:annotation><xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELFYES"/><xs:enumeration value="SELFNO"/><xs:enumeration value="SELFUNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Thissub-element within culturalFormation and classIssue captures the specific classcategory of the subject of the biography. Unlike classIssue which contains detaileddiscussion of her class position, class is meant to capture an identifying word orphrase. We hope to provide our end-users with a list of women writers who wereworking-class or aristocratic and this tag will allow us to generate such alist.
Self-defined is an attribute attached to all identity categories withinbiography. Its purpose is to distinguish between people who place themselveswithin an identity category (i.e., "Jeannette Winterson identifies aslesbian") and those whom we place in that category though theythemselves did not (i.e., "While she denied being a lesbian, shemaintained relationships with women throughout her life"). Thisattribute acknowledges the importance of personal, political and historicalplacements of one's own subject position; it assumes that identitiesare not simply labels we assign to other people but shifting categorieswhich we both place ourselves within, and, in which history placesus.
Socialrank, an optional attribute for class, provides a structuredvocabulary for class position. Systematizing class position by using thesocial rank attribute, allows the tagger the freedom to use whatever term ismost applicable in the prose.
Source
<xs:element name="CLASS"><xs:annotation><xs:documentation>This sub-element within culturalFormation and classIssue captures the specific class category of the subject of the biography. Unlike classIssue which contains detailed discussion of her class position, class is meant to capture an identifying word or phrase. We hope to provide our end-users with a list of women writers who were working-class or aristocratic and this tag will allow us to generate such a list.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="CLASS"/><xs:element ref="DENOMINATION"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="NATIONALHERITAGE"/><xs:element ref="NATIONALITY"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RACECOLOUR"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SOCALLED"/></xs:choice><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN"><xs:annotation><xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELFYES"/><xs:enumeration value="SELFNO"/><xs:enumeration value="SELFUNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="SOCIALRANK" default="OTHER"><xs:annotation><xs:documentation>Socialrank, an optional attribute for class, provides a structured vocabulary for class position. Systematizing class position by using the social rank attribute, allows the tagger the freedom to use whatever term is most applicable in the prose.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="OTHER"/><xs:enumeration value="NOBILITY"><xs:annotation><xs:documentation>nobility: holding a title or close family relation to someone holding a title (LMWM, Lord Byron, Nancy Mitford)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="GENTRY"><xs:annotation><xs:documentation>gentry: property-owning or related to same, can be in stocks and bonds. Begins in the idea of owning arms and having a coat of arms. Distinguished from Nobility in so far as money is not necessarily related to blood and title. Disinterested gentlemen are of this class (ie Jane Austen).</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="MANAGERIAL"><xs:annotation><xs:documentation>managerial: station in life comes from the fact that they are running something but not putting their money into it, e.g. salaried civil service, bankers, hospital administrators.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="PROFESSIONAL"><xs:annotation><xs:documentation>professional: Professional: Doctors, lawyers, guild, high calling, social respect, intellectual requirements, clergy (Church of England) (ie Ann Hunter [married to a surgeon], Virginia Woolf).</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ENTREPRENEURIAL-INDUSTRIALIST"><xs:annotation><xs:documentation>entrepreneurial-industrialist: Running factories, investing money (ie Elizabeth Gaskell, Elizabeth Montagu, Beatrice Webb).</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="SHOPKEEPERS"><xs:annotation><xs:documentation>shopkeepers: owns and runs a pub or shop. Similar to an industrialist but to a lesser degree of magnitude.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="LOWER-MIDDLECLASS"><xs:annotation><xs:documentation>lower-middleClass: employees, clerical workers, teachers, governesses. Note, however, that some teachers go into Professional (Mr. Chips) and women starting schools and then managing them also go into Professional.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="YEOMAN-FARMER"><xs:annotation><xs:documentation>yeoman-farmer: own just enough land to support themselves if they do most of the work themselves (ie Elizabeth Ham, Mary Webb).</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="SKILLEDCRAFTPERSON-ARTISAN"><xs:annotation><xs:documentation>skilledCraftperson-Artisan: goldsmith, tailor, shoemaker, milliner, dressmaker.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="URBAN-INDUSTRIALUNSKILLED"><xs:annotation><xs:documentation>urban-industrialUnskilled: (industrial/service possible attributes): any form of production line, service industry.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="RURAL-UNSKILLED"><xs:annotation><xs:documentation>rural-unskilled: farm laborers (mostly male).</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="SERVANTS"><xs:annotation><xs:documentation>servants: Mainly female, but fairly self-explanatory.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="INDIGENT"><xs:annotation><xs:documentation>indigent: poor, destitute, unemployed, on social security.</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
NationalityHeritage captures information about the nationality of a person'sfamily which contributes to an understanding of their racial and ethnic background.It gestures towards hyphenated identities such as "Japanese-Canadian."While Joy Kogawa's nationality is Canadian, her national heritage is Japanese.See raceAndEthnicity for a detailed description of the complexities of thiselement.
This optional attribute is attached to various categories withinculturalFormation. It allows the tagger to specify the family member towhich the information in the element applies.
Self-defined is an attribute attached to all identity categories withinbiography. Its purpose is to distinguish between people who place themselveswithin an identity category (i.e., "Jeannette Winterson identifies aslesbian") and those whom we place in that category though theythemselves did not (i.e., "While she denied being a lesbian, shemaintained relationships with women throughout her life"). Thisattribute acknowledges the importance of personal, political and historicalplacements of one's own subject position; it assumes that identitiesare not simply labels we assign to other people but shifting categorieswhich we both place ourselves within, and, in which history placesus.
Source
<xs:element name="NATIONALHERITAGE"><xs:annotation><xs:documentation>NationalityHeritage captures information about the nationality of a person's family which contributes to an understanding of their racial and ethnic background. It gestures towards hyphenated identities such as "Japanese-Canadian." While Joy Kogawa's nationality is Canadian, her national heritage is Japanese. See raceAndEthnicity for a detailed description of the complexities of this element.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="CLASS"/><xs:element ref="DENOMINATION"/><xs:element ref="ETHNICITY"/><xs:element ref="GEOGHERITAGE"/><xs:element ref="NAME"/><xs:element ref="NATIONALHERITAGE"/><xs:element ref="NATIONALITY"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RACECOLOUR"/></xs:choice><xs:attribute name="CURRENTALTERNATIVETERM"/><xs:attribute name="FOREBEAR" default="FAMILY"><xs:annotation><xs:documentation>This optional attribute is attached to various categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element applies.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FATHER"/><xs:enumeration value="MOTHER"/><xs:enumeration value="PARENTS"/><xs:enumeration value="GRANDFATHER"/><xs:enumeration value="GRANDMOTHER"/><xs:enumeration value="GRANDPARENTS"/><xs:enumeration value="AUNT"/><xs:enumeration value="UNCLE"/><xs:enumeration value="OTHER"/><xs:enumeration value="FAMILY"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN"><xs:annotation><xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELFYES"/><xs:enumeration value="SELFNO"/><xs:enumeration value="SELFUNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Designates the parent tag from which the offset is beingcounted.
Source
<xs:element name="NAME"><xs:complexType mixed="true"><xs:sequence><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="COMPANION"/><xs:element ref="FOREIGN"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="SUBJECT"/></xs:choice><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERNAME"/></xs:choice></xs:sequence><xs:attribute name="STANDARD"/><xs:attribute name="REF" type="xs:anyURI"><xs:annotation><xs:documentation>Ref (or reference) provides an explicit means of locating a full definition for the entity being named by means of a URI.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
TheCompanion element is to include information around significant relationships whichthe person had during the course of her education. It is intended to trace importantcontacts formed through her education.
<xs:element name="COMPANION"><xs:annotation><xs:documentation>The Companion element is to include information around significant relationships which the person had during the course of her education. It is intended to trace important contacts formed through her education.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="NAME"/><xs:element ref="SOCALLED"/></xs:choice></xs:complexType></xs:element>
Socalledcontains a word or phrase for which the author or narrator indicates a disclaimingof responsibility, for example by the use of scare quotes oritalics.
<xs:element name="SOCALLED"><xs:annotation><xs:documentation>Socalled contains a word or phrase for which the author or narrator indicates a disclaiming of responsibility, for example by the use of scare quotes or italics.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:sequence><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="CAUSE"/><xs:element ref="DATERANGE"/><xs:element ref="DENOMINATION"/><xs:element ref="EMPH"/><xs:element ref="EMPLOYER"/><xs:element ref="FOREIGN"/><xs:element ref="ETHNICITY"/><xs:element ref="GENDER"/><xs:element ref="JOB"/><xs:element ref="NAME"/><xs:element ref="NATIONALITY"/><xs:element ref="NICKNAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="POLITICALAFFILIATION"/><xs:element ref="PSEUDONYM"/><xs:element ref="QUOTE"/><xs:element ref="RACECOLOUR"/><xs:element ref="RS"/><xs:element ref="SCHOOL"/><xs:element ref="SEXUALIDENTITY"/><xs:element ref="SIC"/><xs:element ref="SIGNIFICANTACTIVITY"/><xs:element ref="TITLE"/><xs:element ref="TOPIC"/></xs:choice><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="DATE"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PTYPEOFPRESS"/><xs:element ref="SIC"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TTHEMETOPIC"/></xs:choice></xs:sequence></xs:complexType></xs:element>
Cause isthe element in which we capture all information concerning the causes of death.Death often is treated with silence in traditional biographies and we do not want torepeat this silence; thus, we emphasize the conditions of a writer's death, inparticular, the cause of her death. This element will generate a list of all theknown causes of death and therefore we emphasize that the researcher, to the best oftheir ability, try to include a cause of death. We wish to be able to comparewriters who died from similar causes and trace significant historical factorscontributing to women's deaths. For example, we are interested in which writersdied of breast cancer and when and which women committed suicide.
Reg (or regularization) contains a reading which has been regularized ornormalized in some sense.
Source
<xs:element name="CAUSE"><xs:annotation><xs:documentation>Cause is the element in which we capture all information concerning the causes of death. Death often is treated with silence in traditional biographies and we do not want to repeat this silence; thus, we emphasize the conditions of a writer's death, in particular, the cause of her death. This element will generate a list of all the known causes of death and therefore we emphasize that the researcher, to the best of their ability, try to include a cause of death. We wish to be able to compare writers who died from similar causes and trace significant historical factors contributing to women's deaths. For example, we are interested in which writers died of breast cancer and when and which women committed suicide.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="CAUSE"/><xs:element ref="NAME"/><xs:element ref="QUOTE"/><xs:element ref="SOCALLED"/></xs:choice><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Alongwith date and dateStruct, dateRange is one of three elements used for systematizingdates across project documents. Use dateRange for all events that occurred over aspan of time or for all dates that are uncertain but that certainly occurred withina specified span of time.
Designates the parent tag from which the offset is beingcounted.
Source
<xs:element name="DATERANGE"><xs:annotation><xs:documentation>Along with date and dateStruct, dateRange is one of three elements used for systematizing dates across project documents. Use dateRange for all events that occurred over a span of time or for all dates that are uncertain but that certainly occurred within a specified span of time.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" ref="RESEARCHNOTE"/></xs:sequence><xs:attribute name="CALENDAR" default="NEWSTYLE"><xs:annotation><xs:documentation>An attribute of date, dateRange, and dateStruct, calendar is used to indicate when a given date took place.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NEWSTYLE"/><xs:enumeration value="BC"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="EXACT"><xs:annotation><xs:documentation>An attribute of dateRange, exact is used in conjunction with the to and from attributes to express the certainty of each end of a dateRange.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TO"/><xs:enumeration value="FROM"/><xs:enumeration value="BOTH"/><xs:enumeration value="NEITHER"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="FROM"><xs:annotation><xs:documentation>From is used to record a formatted date-related value.</xs:documentation></xs:annotation><xs:simpleType><xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/></xs:simpleType></xs:attribute><xs:attribute name="TO"><xs:annotation><xs:documentation>To is used to record a formatted date-related value.</xs:documentation></xs:annotation><xs:simpleType><xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/></xs:simpleType></xs:attribute><xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="ID" type="xs:NCName"/></xs:complexType></xs:element>
Thissub-element within occupation captures the names of a person's employers. Weare interested in tracking if particular kinds of organizations and institutionssupported women's work or attracted women writers more thanothers.
<xs:element name="EMPLOYER"><xs:annotation><xs:documentation>This sub-element within occupation captures the names of a person's employers. We are interested in tracking if particular kinds of organizations and institutions supported women's work or attracted women writers more than others.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="EMPLOYER"/><xs:element ref="JOB"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="TITLE"/></xs:choice></xs:complexType></xs:element>
Job ismeant to capture the types of employment done by women writers and their families.We are interested in comparing the kinds of jobs women did in different historicalperiods and the kinds of jobs family members did. We want to facilitate research,for example, on the influence of living in a parsonage on women writers and wouldtherefore like to track women who had fathers and mothers who werepreachers.
This optional attribute allows us to track the extent to which women's worktook place within a family business (meaning the economic, bread-winningbusiness carried on within the family and not, unfortunately, domesticwork).
Reg (or regularization) contains a reading which has been regularized ornormalized in some sense.
Source
<xs:element name="JOB"><xs:annotation><xs:documentation>Job is meant to capture the types of employment done by women writers and their families. We are interested in comparing the kinds of jobs women did in different historical periods and the kinds of jobs family members did. We want to facilitate research, for example, on the influence of living in a parsonage on women writers and would therefore like to track women who had fathers and mothers who were preachers.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPLOYER"/><xs:element ref="FOREIGN"/><xs:element ref="JOB"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="REMUNERATION"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SIGNIFICANTACTIVITY"/><xs:element ref="SOCALLED"/><xs:element ref="TITLE"/><xs:element ref="TOPIC"/></xs:choice><xs:attribute name="CURRENTALTERNATIVETERM"/><xs:attribute name="FAMILYBUSINESS"><xs:annotation><xs:documentation>This optional attribute allows us to track the extent to which women's work took place within a family business (meaning the economic, bread-winning business carried on within the family and not, unfortunately, domestic work).</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FAMILYBUSINESSYES"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="HISTORICALTERM"/><xs:attribute name="HISTORICALTERMCONTEXTDATE"/><xs:attribute name="ID" type="xs:NCName"/><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Thiselement captures all unpaid work, volunteer work, or other significant activity thata person was engaged in. We hope to counter the ideological assumption which doesnot recognize women's unpaid work as work; for example, parenting and unpaiddomestic labour are not included when the International Monetary Fund calculates thegross national product of a country. We hope to counter this ideological assumptionby emphasizing the need to systematically capture women's exclusion from thepaid workforce and their participation in the unpaid workforce.
Reg (or regularization) contains a reading which has been regularized ornormalized in some sense.
Source
<xs:element name="SIGNIFICANTACTIVITY"><xs:annotation><xs:documentation>This element captures all unpaid work, volunteer work, or other significant activity that a person was engaged in. We hope to counter the ideological assumption which does not recognize women's unpaid work as work; for example, parenting and unpaid domestic labour are not included when the International Monetary Fund calculates the gross national product of a country. We hope to counter this ideological assumption by emphasizing the need to systematically capture women's exclusion from the paid workforce and their participation in the unpaid workforce.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPLOYER"/><xs:element ref="FOREIGN"/><xs:element ref="JOB"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="SIGNIFICANTACTIVITY"/><xs:element ref="SOCALLED"/><xs:element ref="TITLE"/></xs:choice><xs:attribute name="PHILANTHROPYVOLUNTEER" default="PHILANTHROPYVOLUNTEERYES"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="PHILANTHROPYVOLUNTEERYES"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Designates the parent tag from which the offset is beingcounted.
Source
<xs:element name="TITLE"><xs:annotation><xs:documentation>The title element contains the title of a work, whether article, book, journal (newspaper, magazine), series, or unpublished.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:sequence><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMOTIVES"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RS"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/><xs:element ref="XREF"/></xs:choice><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="DENOMINATION"/><xs:element ref="EMPLOYER"/><xs:element ref="FOREIGN"/><xs:element ref="JOB"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="POLITICALAFFILIATION"/><xs:element ref="QUOTE"/><xs:element ref="RS"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="SUBJECT"/><xs:element ref="TITLE"/></xs:choice></xs:sequence><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="REND"/><xs:attribute name="TITLETYPE" use="required"><xs:annotation><xs:documentation>An attribute of title, titleType indicates whether a title is a part of another work, an entire work, a journal, or a series.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="MONOGRAPHIC"/><xs:enumeration value="ANALYTIC"/><xs:enumeration value="JOURNAL"/><xs:enumeration value="SERIES"/><xs:enumeration value="UNPUBLISHED"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REF" type="xs:anyURI"><xs:annotation><xs:documentation>Ref (or reference) provides an explicit means of locating a full definition for the entity being named by means of a URI.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Meant tocapture commentary on literary or artistic schools of thought that influenced herwriting or with which she had significant contact and especially those in which shewas a participant. Make sure to capture the name of the schoolthroughout.
This optional attribute attached to politicalAffiliation in Biography andPLiterarySchools in Writing, in conjunction with its sibling attributes,designates the degree of political engagement with the political affiliationor literary school specified. Involvement denotes an intermediate level ofactivity between activism and membership; the political activities involvesmore than simply being a member of the Labour Party but does not entailsustained activism. Examples might include participating (but not in aleadership role) in a labour strike or a WSPU march, holding a positionwithin an organization's executive, writing letters or canvassing forGreenpeace.
Reg (or regularization) contains a reading which has been regularized ornormalized in some sense.
Source
<xs:element name="PLITERARYSCHOOLS"><xs:annotation><xs:documentation>Meant to capture commentary on literary or artistic schools of thought that influenced her writing or with which she had significant contact and especially those in which she was a participant. Make sure to capture the name of the school throughout.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="QUOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TOPIC"/><xs:element ref="TTHEMETOPIC"/></xs:choice><xs:attribute name="INVOLVEMENT" default="INVOLVEMENTYES"><xs:annotation><xs:documentation>This optional attribute attached to politicalAffiliation in Biography and PLiterarySchools in Writing, in conjunction with its sibling attributes, designates the degree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediate level of activity between activism and membership; the political activities involves more than simply being a member of the Labour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in a labour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing for Greenpeace.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="INVOLVEMENTYES"/><xs:enumeration value="INVOLVEMENTNO"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
GenreName is an optional attribute that provides a pick-list of possiblegenre names to modify the element tGenre. It will prove especially useful insituations where the prose does not allow the concise naming of a genre thatwould be easily understood by a simpler name. Ultimately, this attributewill help us systematize and index references to various genrenames.
Thiselement is left over from the TEI set of elements and is meant to be used in thesame way that you would use a [sic] tag in regular prose. For our purposes, we havedevised a set of practice directives to guide you in your use of this element. It isprimarily a formatting tag which inserts the word [sic] in renderedtext.
Designates the parent tag from which the offset is beingcounted.
Source
<xs:element name="SIC"><xs:annotation><xs:documentation>This element is left over from the TEI set of elements and is meant to be used in the same way that you would use a [sic] tag in regular prose. For our purposes, we have devised a set of practice directives to guide you in your use of this element. It is primarily a formatting tag which inserts the word [sic] in rendered text.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="NAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/></xs:choice><xs:attribute name="CORR"/><xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Reg (or regularization) contains a reading which has been regularized ornormalized in some sense.
Source
<xs:element name="TCHARACTERNAME"><xs:annotation><xs:documentation>This element allows us to tag the names of significant characters.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TTHEMETOPIC"/></xs:choice><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Thiselement allows you to capture information about the societal roles played bycharacters. If the character is noteworthy for being married, single, a fallenwoman, a teacher/governess, a professional, an invalid, a down-trodden housewife, ora mother, record it here.
This attribute defines the type of character whereuseful.
Source
<xs:element name="TCHARACTERTYPEROLE"><xs:annotation><xs:documentation>This element allows you to capture information about the societal roles played by characters. If the character is noteworthy for being married, single, a fallen woman, a teacher/governess, a professional, an invalid, a down-trodden housewife, or a mother, record it here.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATERANGE"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RS"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="PROTAGONIST"><xs:annotation><xs:documentation>This attribute defines the type of character where useful.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="MALE"/><xs:enumeration value="FEMALE"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
The rselement is a general purpose name element for all names that merit tagging foreither display purposes or for search and retrieval, but that are not adequatelycovered by the name, orgName, place, or title elements.
Type characterizes the element in some sense, using any convenientclassification scheme or typology.
Source
<xs:element name="RS"><xs:annotation><xs:documentation>The rs element is a general purpose name element for all names that merit tagging for either display purposes or for search and retrieval, but that are not adequately covered by the name, orgName, place, or title elements.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" ref="NAME"/></xs:sequence><xs:attribute name="REG" type="xs:NCName"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="TYPE"><xs:annotation><xs:documentation>Type characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
genderOfAuthor is an optional attribute modifying the elementtIntertextuality; therefore, it allows you to identify the sex of the authorwho wrote the intertext. It will prove useful for researching how womenresponded to other texts written by male or femaleauthors.
IntertextType is an attribute used to modify the element tIntertextuality.It allows greater specificity to indicate how an intertext has been used inconnection with any one text.
Source
<xs:element name="TINTERTEXTUALITY"><xs:annotation><xs:documentation>This element provides a place to talk about all those textual markers that acknowledge the existence of other texts.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRESSRUN"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RFICTIONALIZATION"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RS"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="GENDEROFAUTHOR"><xs:annotation><xs:documentation>genderOfAuthor is an optional attribute modifying the element tIntertextuality; therefore, it allows you to identify the sex of the author who wrote the intertext. It will prove useful for researching how women responded to other texts written by male or female authors.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FEMALE"/><xs:enumeration value="MALE"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="INTERTEXTTYPE"><xs:annotation><xs:documentation>IntertextType is an attribute used to modify the element tIntertextuality. It allows greater specificity to indicate how an intertext has been used in connection with any one text.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ALLUSIONACKNOWLEDGED"/><xs:enumeration value="ALLUSIONUNACKNOWLEDGED"/><xs:enumeration value="QUOTATION"/><xs:enumeration value="MISQUOTATION"/><xs:enumeration value="PARODY"/><xs:enumeration value="SATIRE"/><xs:enumeration value="IMITATION"/><xs:enumeration value="ADAPTATION-UPDATE"/><xs:enumeration value="PREQUEL"/><xs:enumeration value="CONTINUATION"/><xs:enumeration value="ANSWER"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
DateStruct is one of three elements, along with dateRange and date, used tosystematize the capture of dates across project documents. DateStruct is used to tagall singular dates (not ranges) for which individual components (day, month, year)have a varying degrees of certainty or for which only a general season or occasionis known. DateStruct also permits recording the time of day an eventoccurred.
Designates the parent tag from which the offset is beingcounted.
Source
<xs:element name="DATESTRUCT"><xs:annotation><xs:documentation>DateStruct is one of three elements, along with dateRange and date, used to systematize the capture of dates across project documents. DateStruct is used to tag all singular dates (not ranges) for which individual components (day, month, year) have a varying degrees of certainty or for which only a general season or occasion is known. DateStruct also permits recording the time of day an event occurred.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="SCHOOL"/><xs:element ref="TIME"/><xs:element ref="DAY"/><xs:element ref="MONTH"/><xs:element ref="OCCASION"/><xs:element ref="SEASON"/><xs:element ref="YEAR"/></xs:choice><xs:attribute name="CALENDAR" default="NEWSTYLE"><xs:annotation><xs:documentation>An attribute of date, dateRange, and dateStruct, calendar is used to indicate when a given date took place.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NEWSTYLE"/><xs:enumeration value="BC"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="VALUE"><xs:annotation><xs:documentation>Value is used to record a formatted date-related value.</xs:documentation></xs:annotation><xs:simpleType><xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/></xs:simpleType></xs:attribute><xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Thiscontent sub-element can record either the specific name or a description of aninstitution and includes numerous attributes to identify the gender, class, level,type of school attended.
This optional attribute attached to school records the significantdifferences between types of institutions. We are interested in the effectof institutional structures on women's lives and hope to capture, forexample, how institutional differences between trade schools and boardingschools influenced women. Because of the complicated range of educationalinsitutions, this attribute has numerous values.
This optional attribute attached to school allows us to gather informationabout the level of educational status achieved by a person. We areinterested in how many women writers went to university, how many had accessto primary education but not secondary, and the difference institutionallevels of women's education across historicalperiods.
This optional attribute attached to school registers whether or not theschool attended was a religious school and tracks the changing historicalsignificance of organized religion to women'seducation.
This optional attribute attached to school records whether or not theschool is a single sex school. This attribute helps us to interpret theinfluence of single sex education on women writers across historicalperiods.
Source
<xs:element name="SCHOOL"><xs:annotation><xs:documentation>This content sub-element can record either the specific name or a description of an institution and includes numerous attributes to identify the gender, class, level, type of school attended.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="INSTRUCTOR"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOOL"/><xs:element ref="SOCALLED"/><xs:element ref="SUBJECT"/></xs:choice><xs:attribute name="INSTITUTION"><xs:annotation><xs:documentation>This optional attribute attached to school records the significant differences between types of institutions. We are interested in the effect of institutional structures on women's lives and hope to capture, for example, how institutional differences between trade schools and boarding schools influenced women. Because of the complicated range of educational insitutions, this attribute has numerous values.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="BOARDING"><xs:annotation><xs:documentation>boarding: a boarding school is a school at which the students sleep. Common in the fee-paying system, less common in the state or free system, though in some areas like the Highlands and Islands of Scotland boarding schools are (or maybe were) standard at secondary level because of far-flung nature of terrain. Often weekly boarding (home for weekends) rather than for whole term. You can call them boarding schools even if they take some day pupils as well.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="GRAMMAR"><xs:annotation><xs:documentation>grammar: Grammar schools date back to the middle ages; grammar in title means education in Latin (occasionally Greek as well). They were for boys only, though some took a few girls almost without noticing. Grammar schools for girls began in the nineteenth century; academic education was thought of as needing single-sex environment. Entrance exam from 19?? was exam called the "Eleven Plus" from age at which children sat it. Grammar schools creamed off the top 10% or so of the population. They gradually died out after Comprehensive Schools were set up by act of 19??. Presently making a come-back.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="PRIVATE"><xs:annotation><xs:documentation>private: The broad category private (or fee-paying) includes the subcategory of public schools which are a particular group of high-status, now private schools with a particular history.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="STATE"><xs:annotation><xs:documentation>state: Schools provided for out of the taxes for free education are called state schools.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="DAMESCHOOL"><xs:annotation><xs:documentation>dameSchool: A totally informal school run by a woman on her own initiative, usually at a primary level: teaching elementary alphabet, etc. Dr. Johnson went to one.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="DAYSCHOOL"><xs:annotation><xs:documentation>day school: a day school applies in contexts where boarding schools are common. Attending a day school is different from being a day pupil at a boarding school.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="COMPREHENSIVE"><xs:annotation><xs:documentation>comprehensive: Brave new idea of putting whole ability range in same (therefore typically larger) school. In many communities the grammar school and the secondary modern were each converted into a comprehensive and the teachers had to spend a decade convincing the local residents that the one that used to be the secondary modern was now as good as the one that used to be the grammar school.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="SECONDARYMODERN"><xs:annotation><xs:documentation>secondaryModern: These replaced trade or vocational schools when another Education Act went through, as the schools for those who failed the 11+ exam. A well-meant system but children felt rejected. Harrowing tales of those who actually made it to university in the end despite having failed the 11+ and attended a Secondary Modern.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="TRADESCHOOL"><xs:annotation><xs:documentation>tradeSchool: A secondary or post secondary institution where people learn a trade.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="PREP"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="INSTITUTIONLEVEL"><xs:annotation><xs:documentation>This optional attribute attached to school allows us to gather information about the level of educational status achieved by a person. We are interested in how many women writers went to university, how many had access to primary education but not secondary, and the difference institutional levels of women's education across historical periods.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="PRIMARY"/><xs:enumeration value="SECONDARY"/><xs:enumeration value="POST-SECONDARY"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="RELIGIOUS" default="RELIGIOUSYES"><xs:annotation><xs:documentation>This optional attribute attached to school registers whether or not the school attended was a religious school and tracks the changing historical significance of organized religion to women's education.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="RELIGIOUSYES"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="STUDENTBODY"><xs:annotation><xs:documentation>This optional attribute attached to school records whether or not the school is a single sex school. This attribute helps us to interpret the influence of single sex education on women writers across historical periods.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SINGLESEX"/><xs:enumeration value="CO-ED"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Thiscontent sub-element within Education captures information regarding influentialinstructors in a person's life. Placing tags around instructors will allow usto discover whether a number of women writers had the same instructor and whether ornot a specific teacher supported and encouraged writing in women.
<xs:element name="INSTRUCTOR"><xs:annotation><xs:documentation>This content sub-element within Education captures information regarding influential instructors in a person's life. Placing tags around instructors will allow us to discover whether a number of women writers had the same instructor and whether or not a specific teacher supported and encouraged writing in women.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="NAME"/><xs:element ref="QUOTE"/><xs:element ref="SOCALLED"/><xs:element ref="SUBJECT"/></xs:choice></xs:complexType></xs:element>
Thiscontent sub-element in Education records areas of study which are significant to awoman writer's education. We are particularly interested in subjects whichinfluenced her writing (for example, she studied archeology and her first novel wasset at an archeological dig), language studies for women writers in the early period(in order to record importance of Classical Greek and the ability to translate), andsubjects which were non-traditional for women (for example, she studied engineeringat a Mechanical school in 1910).
Reg (or regularization) contains a reading which has been regularized ornormalized in some sense.
Source
<xs:element name="SUBJECT"><xs:annotation><xs:documentation>This content sub-element in Education records areas of study which are significant to a woman writer's education. We are particularly interested in subjects which influenced her writing (for example, she studied archeology and her first novel was set at an archeological dig), language studies for women writers in the early period (in order to record importance of Classical Greek and the ability to translate), and subjects which were non-traditional for women (for example, she studied engineering at a Mechanical school in 1910).</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="NAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="SOCALLED"/><xs:element ref="SUBJECT"/><xs:element ref="TEXT"/><xs:element ref="TITLE"/></xs:choice><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Thissub-element within Education records significant texts influencing a writer'seducational development. Texts which were major influences on her writing and whichshe wrote about are not to be entered here but will be entered within her Writingdocument.
Reg (or regularization) contains a reading which has been regularized ornormalized in some sense.
Source
<xs:element name="TEXT"><xs:annotation><xs:documentation>This sub-element within Education records significant texts influencing a writer's educational development. Texts which were major influences on her writing and which she wrote about are not to be entered here but will be entered within her Writing document.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="SOCALLED"/><xs:element ref="SUBJECT"/><xs:element ref="TEXT"/><xs:element ref="TITLE"/></xs:choice><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Value is used to record a formatted date- or time-relatedvalue.
Source
<xs:element name="TIME"><xs:annotation><xs:documentation>time contains a phrase defining a time of day in any format.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="TYPE"><xs:annotation><xs:documentation>Type characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="VALUE" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Value is used to record a formatted date- or time-relatedvalue.
Source
<xs:element name="DAY"><xs:annotation><xs:documentation>A sub-element of dateStruct, day is used to tag the specific day on which an event occurred.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="VALUE" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Month is asub-element of dateStruct and is meant to record only the month portionof a date for which there is a contested or varying degree of certaintyamong date components.
Value is used to record a formatted date- or time-relatedvalue.
Source
<xs:element name="MONTH"><xs:annotation><xs:documentation>Month is a sub-element of dateStruct and is meant to record only the month portion of a date for which there is a contested or varying degree of certainty among date components.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="VALUE" type="xs:integer"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
<xs:element name="OCCASION" type="xs:NCName"><xs:annotation><xs:documentation>The occasion element surrounds dates, such as holidays, that are best referred to by name not date.</xs:documentation></xs:annotation></xs:element>
Value is used to record a formatted date- or time-relatedvalue.
Source
<xs:element name="SEASON"><xs:complexType mixed="true"><xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REG" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="VALUE" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
The yearelement surrounds the name of a year in a dateStruct element. Most yearsthat will be tagged on a project can be included in a simple dateelement, but those years that have a degree of certainty different fromthe remainder of the date of which it is part, should be included in adateStruct--year element.
Value is used to record a formatted date- or time-relatedvalue.
Source
<xs:element name="YEAR"><xs:annotation><xs:documentation>The year element surrounds the name of a year in a dateStruct element. Most years that will be tagged on a project can be included in a simple date element, but those years that have a degree of certainty different from the remainder of the date of which it is part, should be included in a dateStruct--year element.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REG" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="VALUE" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Designates the parent tag from which the offset is beingcounted.
Source
<xs:element name="KEYWORDCLASS"><xs:complexType mixed="true"><xs:attribute name="KEYWORDTYPE"/><xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Thiselement attends to the details surrounding the sales and promotion of a work. Forinstance, you may want to discuss examples of interesting publicity or promotionalstunts.
Thiselement collects information about where significant copies/manuscripts (of herwork) or evidence about her resides. These can include existing collections, datedknown locations of copies and collections, or historical information aboutlost/found copies.
Thiselement creates a record of a work's appearance and selection in anthologies; itcontains relevant details surrounding significant instances when a text isanthologized (how framed; how described; how frequently it occurs); the appearanceof the text in significant or major anthologies (Gilbert and Gubar, Palgrave,Norton).
<xs:element name="PANTHOLOGIZATION"><xs:annotation><xs:documentation>This element creates a record of a work's appearance and selection in anthologies; it contains relevant details surrounding significant instances when a text is anthologized (how framed; how described; how frequently it occurs); the appearance of the text in significant or major anthologies (Gilbert and Gubar, Palgrave, Norton).</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PTYPEOFPRESS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/></xs:choice></xs:complexType></xs:element>
Thiselement is better expressed with the lengthy phrase: "attitudes to gender, writing,and gender and writing, or writing as a woman" and it comments on the writer'scommon beliefs and assumptions about the practice and profession of writing and therelationship of gender to it. Her attitudes may be surmised in comments about whatwriting means to her, whereas motives, another element, are more goal oriented (whydid she, in particular, write)?
<xs:element name="PATTITUDES"><xs:annotation><xs:documentation>This element is better expressed with the lengthy phrase: "attitudes to gender, writing, and gender and writing, or writing as a woman" and it comments on the writer's common beliefs and assumptions about the practice and profession of writing and the relationship of gender to it. Her attitudes may be surmised in comments about what writing means to her, whereas motives, another element, are more goal oriented (why did she, in particular, write)?</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="L"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCONTRACT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice></xs:complexType></xs:element>
The part attribute specifies whether or not its parent element isfragmented in some way, typically by some other overlapping structure: forexample a speech which is divided between two or more verse stanzas, aparagraph which is split across a page division, a verse line which isdivided between two speakers.
<xs:element name="L"><xs:annotation><xs:documentation>Verse line contains a single, possibly incomplete, line of verse</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:sequence><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TMOTIF"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/></xs:choice><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="EMPH"/><xs:element ref="SCHOLARNOTE"/></xs:choice></xs:sequence><xs:attribute name="PART" default="N"><xs:annotation><xs:documentation>The part attribute specifies whether or not its parent element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two speakers.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="N"><xs:annotation><xs:documentation>(no) either the element is not fragmented, or no claim is made as to its completeness</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="Y"><xs:annotation><xs:documentation>(yes) the element is fragmented in some (unspecified) respect</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="I"><xs:annotation><xs:documentation>(initial) this is the initial part of a fragmented element</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="M"><xs:annotation><xs:documentation>(medial) this is a medial part of a fragmented element</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="F"><xs:annotation><xs:documentation>(final) this is the final part of a fragmented element</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="RHYME"/></xs:complexType></xs:element>
Designates the parent tag from which the offset is beingcounted.
Source
<xs:element name="SCHOLARNOTE"><xs:complexType><xs:sequence><xs:element maxOccurs="unbounded" ref="P"/><xs:element minOccurs="0" ref="RESEARCHNOTE"/></xs:sequence><xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. This attributewill allow us to track all the different names women writers publishedunder. While we assume that most writers published under their standard nameand pseudonyms, they may also have used a nickname or their married name,for instance, to publish material. This attribute works in conjunction withthe authorname in the bibliography to link the name a text was publishedunder with the name of the person.
Source
<xs:element name="BIRTHNAME"><xs:annotation><xs:documentation>Birthname captures all the names a person was assigned at birth.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element minOccurs="0" ref="STYLED"/><xs:choice maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SELFCONSTRUCTED"/><xs:element ref="TITLED"/><xs:element ref="GIVEN"/><xs:element ref="SURNAME"/></xs:choice><xs:sequence minOccurs="0"><xs:element ref="NICKNAME"/><xs:element ref="MARRIED"/></xs:sequence></xs:sequence><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Styled isa sub-element within personName that refers to titles which are called courtesytitles, for example, the eldest son of the Duke of Marlborough is called Marquess ofBlandford but it is just a courtesy title as he does not sit in the House of Lords.No peeresses, strictly speaking, are titled but their titles are styled (with theexception of a peeress who holds the title "in her own right"). Use styledfor all those people whose title results from their father's title. In brief,tag all peers and peeresses as titled and all children of same asstyled.
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. This attributewill allow us to track all the different names women writers publishedunder. While we assume that most writers published under their standard nameand pseudonyms, they may also have used a nickname or their married name,for instance, to publish material. This attribute works in conjunction withthe authorname in the bibliography to link the name a text was publishedunder with the name of the person.
Source
<xs:element name="STYLED"><xs:annotation><xs:documentation>Styled is a sub-element within personName that refers to titles which are called courtesy titles, for example, the eldest son of the Duke of Marlborough is called Marquess of Blandford but it is just a courtesy title as he does not sit in the House of Lords. No peeresses, strictly speaking, are titled but their titles are styled (with the exception of a peeress who holds the title "in her own right"). Use styled for all those people whose title results from their father's title. In brief, tag all peers and peeresses as titled and all children of same as styled.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
SelfConstructed is to capture names which a person uses in her everyday life inaddition to using it as her pseudonym. Like the element name suggests, these arenames she applies to herself and, for example, writes on her checks as well as signsher books with.
NameSignifier, an attribute attached to the elements nickname, pseudonymand self-constructed, is used to distinguish the way such names derive theirsignificance. For example, whether the name signifies a variant of their ownname, their geographical location or a name specific to the romancetradition.
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. This attributewill allow us to track all the different names women writers publishedunder. While we assume that most writers published under their standard nameand pseudonyms, they may also have used a nickname or their married name,for instance, to publish material. This attribute works in conjunction withthe authorname in the bibliography to link the name a text was publishedunder with the name of the person.
Source
<xs:element name="SELFCONSTRUCTED"><xs:annotation><xs:documentation>SelfConstructed is to capture names which a person uses in her everyday life in addition to using it as her pseudonym. Like the element name suggests, these are names she applies to herself and, for example, writes on her checks as well as signs her books with.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="PSEUDONYM"/><xs:element ref="SCHOLARNOTE"/></xs:choice><xs:attribute name="NAMESIGNIFIER" default="CRYPTIC"><xs:annotation><xs:documentation>NameSignifier, an attribute attached to the elements nickname, pseudonym and self-constructed, is used to distinguish the way such names derive their significance. For example, whether the name signifies a variant of their own name, their geographical location or a name specific to the romance tradition.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CRYPTIC"/><xs:enumeration value="LOCAL"/><xs:enumeration value="ROMANCE"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Thissub-element of personName is to be used for all pseudonyms used by a writer.Pseudonym includes all names -- both proper names and descriptive phrases (forexample, "A Lover of Her Sex" is a pseudonym for Mary Astell) -- used inpublishing only.
NameSignifier, an attribute attached to the elements nickname, pseudonymand self-constructed, is used to distinguish the way such names derive theirsignificance. For example, whether the name signifies a variant of their ownname, their geographical location or a name specific to the romancetradition.
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. This attributewill allow us to track all the different names women writers publishedunder. While we assume that most writers published under their standard nameand pseudonyms, they may also have used a nickname or their married name,for instance, to publish material. This attribute works in conjunction withthe authorname in the bibliography to link the name a text was publishedunder with the name of the person.
Source
<xs:element name="PSEUDONYM"><xs:annotation><xs:documentation>This sub-element of personName is to be used for all pseudonyms used by a writer. Pseudonym includes all names -- both proper names and descriptive phrases (for example, "A Lover of Her Sex" is a pseudonym for Mary Astell) -- used in publishing only.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="MARRIED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="TITLE"/></xs:choice><xs:attribute name="NAMESIGNIFIER" default="CRYPTIC"><xs:annotation><xs:documentation>NameSignifier, an attribute attached to the elements nickname, pseudonym and self-constructed, is used to distinguish the way such names derive their significance. For example, whether the name signifies a variant of their own name, their geographical location or a name specific to the romance tradition.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CRYPTIC"/><xs:enumeration value="LOCAL"/><xs:enumeration value="ROMANCE"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
TheMarried element within a personName captures the surname that a woman adopted inmarriage. We will be interested in tracking to what extent women adopted theirmarried names for publishing; therefore, remember to apply the attribute if they didpublish under their married name. Unless research proves to the contrary, do notassume that twentieth-century women adopted their husband's surname uponmarriage. Be aware that Scotswomen from certain historical periods did not taketheir husbands' names legally, though they might socially. In other words, donot make assumptions about married names.
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. This attributewill allow us to track all the different names women writers publishedunder. While we assume that most writers published under their standard nameand pseudonyms, they may also have used a nickname or their married name,for instance, to publish material. This attribute works in conjunction withthe authorname in the bibliography to link the name a text was publishedunder with the name of the person.
Source
<xs:element name="MARRIED"><xs:annotation><xs:documentation>The Married element within a personName captures the surname that a woman adopted in marriage. We will be interested in tracking to what extent women adopted their married names for publishing; therefore, remember to apply the attribute if they did publish under their married name. Unless research proves to the contrary, do not assume that twentieth-century women adopted their husband's surname upon marriage. Be aware that Scotswomen from certain historical periods did not take their husbands' names legally, though they might socially. In other words, do not make assumptions about married names.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="NAME"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="TITLED"/></xs:choice><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Thetitled element should be placed around all names of the British peerage. Include astitled anyone who is a duke, duchess and on down until knights and knights'wives and dames (the last three are Sir Joe and Lady Bloggs and Dame Jo Bloggs). Weshould also tag present-day life peers (for example, Lady Thatcher) as titledbecause it is a real title.
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. This attributewill allow us to track all the different names women writers publishedunder. While we assume that most writers published under their standard nameand pseudonyms, they may also have used a nickname or their married name,for instance, to publish material. This attribute works in conjunction withthe authorname in the bibliography to link the name a text was publishedunder with the name of the person.
Source
<xs:element name="TITLED"><xs:annotation><xs:documentation>The titled element should be placed around all names of the British peerage. Include as titled anyone who is a duke, duchess and on down until knights and knights' wives and dames (the last three are Sir Joe and Lady Bloggs and Dame Jo Bloggs). We should also tag present-day life peers (for example, Lady Thatcher) as titled because it is a real title.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="PLACE"/><xs:element ref="SCHOLARNOTE"/></xs:choice><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Reg (or regularization) contains a reading which has beenregularized or normalized in some sense.
Source
<xs:element name="GIVEN"><xs:annotation><xs:documentation>Given is the name applied to all of a person's first and middle names (everything but their surname/s and/or nickname/s).</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="SCHOLARNOTE"/><xs:element ref="STYLED"/></xs:choice><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Reg (or regularization) contains a reading which has beenregularized or normalized in some sense.
Source
<xs:element name="SURNAME"><xs:annotation><xs:documentation>It is the last name of a person at birth.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="MARRIED"/><xs:element ref="RESEARCHNOTE"/></xs:choice><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Nickname,a sub-element within personName, records the nicknames applied to a person byothers. Nicknames include both casual and familiar family names and professionalnicknames. The attributes attached to this element allow us to distinguish thedifferent types of nicknames. We are particularly interested in honorific or abusivenicknames that are gendered, for example, "Queen of Romance," for BarbaraCartland.
NameConnotation is an optional attribute attached to nickname whichdistinguishes between nicknames for women writers that were either meant tosatirize and abuse or were intended to honour. For example, ConstanceGore-Booth was known in the press by the nickname of "RedCountess" and this nickname had negative connotations. We hope to helpresearchers trace the way gender operates to both abuse and honour womenwriters through the application of nicknames.
NameSignifier, an attribute attached to the elements nickname, pseudonymand self-constructed, is used to distinguish the way such names derive theirsignificance. For example, whether the name signifies a variant of their ownname, their geographical location or a name specific to the romancetradition.
NameType, an optional attribute attached to nickname, distinguishes betweenfamiliar nicknames (those her friends and family gave to her) and literarynicknames (names applied to her in reviews or in public which orginate inher status as a writer).
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. This attributewill allow us to track all the different names women writers publishedunder. While we assume that most writers published under their standard nameand pseudonyms, they may also have used a nickname or their married name,for instance, to publish material. This attribute works in conjunction withthe authorname in the bibliography to link the name a text was publishedunder with the name of the person.
Source
<xs:element name="NICKNAME"><xs:annotation><xs:documentation>Nickname, a sub-element within personName, records the nicknames applied to a person by others. Nicknames include both casual and familiar family names and professional nicknames. The attributes attached to this element allow us to distinguish the different types of nicknames. We are particularly interested in honorific or abusive nicknames that are gendered, for example, "Queen of Romance," for Barbara Cartland.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="FOREIGN"/><xs:element ref="NICKNAME"/><xs:element ref="PLACE"/></xs:choice><xs:attribute name="ID" type="xs:NCName"/><xs:attribute name="NAMECONNOTATION" default="ABUSIVE"><xs:annotation><xs:documentation>NameConnotation is an optional attribute attached to nickname which distinguishes between nicknames for women writers that were either meant to satirize and abuse or were intended to honour. For example, Constance Gore-Booth was known in the press by the nickname of "Red Countess" and this nickname had negative connotations. We hope to help researchers trace the way gender operates to both abuse and honour women writers through the application of nicknames.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ABUSIVE"/><xs:enumeration value="HONORIFIC"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="NAMESIGNIFIER" default="CRYPTIC"><xs:annotation><xs:documentation>NameSignifier, an attribute attached to the elements nickname, pseudonym and self-constructed, is used to distinguish the way such names derive their significance. For example, whether the name signifies a variant of their own name, their geographical location or a name specific to the romance tradition.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CRYPTIC"/><xs:enumeration value="LOCAL"/><xs:enumeration value="ROMANCE"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="NAMETYPE" default="LITERARY"><xs:annotation><xs:documentation>NameType, an optional attribute attached to nickname, distinguishes between familiar nicknames (those her friends and family gave to her) and literary nicknames (names applied to her in reviews or in public which orginate in her status as a writer).</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="LITERARY"/><xs:enumeration value="FAMILIAR"/><xs:enumeration value="OTHER"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Thissub-element within birth captures information about a woman writer's positionwithin her family. In systematically capturing information about birth position, weare suggesting positions within families, specifically in relation to genderposition, influence the material conditions of a woman'slife.
This optional attribute attached to birthPosition allows us to systematizeinformation concerning women writers who were the eldest, youngest and onlychildren in their families.
Source
<xs:element name="BIRTHPOSITION"><xs:annotation><xs:documentation>This sub-element within birth captures information about a woman writer's position within her family. In systematically capturing information about birth position, we are suggesting positions within families, specifically in relation to gender position, influence the material conditions of a woman's life.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="BIRTHPOSITION"/><xs:element ref="DATE"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TITLE"/></xs:choice><xs:attribute name="POSITION" default="ELDEST"><xs:annotation><xs:documentation>This optional attribute attached to birthPosition allows us to systematize information concerning women writers who were the eldest, youngest and only children in their families.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ELDEST"/><xs:enumeration value="YOUNGEST"/><xs:enumeration value="ONLY"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Childlessness, a sub-element within Family, captures the fact that a woman had nochildren. We hope to facilitate research on the material effects of having or nothaving children on a woman writer's life. In order to do so, we mustsystematize information about women who did not have children. This element alsoallows us to capture discussions of significant issues such as infertility that ledto life-long childlessness and how that affected the writer'slife.
<xs:element name="CHILDLESSNESS"><xs:annotation><xs:documentation>Childlessness, a sub-element within Family, captures the fact that a woman had no children. We hope to facilitate research on the material effects of having or not having children on a woman writer's life. In order to do so, we must systematize information about women who did not have children. This element also allows us to capture discussions of significant issues such as infertility that led to life-long childlessness and how that affected the writer's life.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="CHILDREN"/><xs:element ref="DATE"/><xs:element ref="DIVORCE"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="QUOTE"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TITLE"/></xs:choice></xs:complexType></xs:element>
Children,a sub-element available within Family, systematizes information concerning thenumber of children a woman had and is meant to capture issues around children ratherthan a discussion of specific children. It allows us to discuss her children ingeneral outside the context of one child member.
<xs:element name="CHILDREN"><xs:annotation><xs:documentation>Children, a sub-element available within Family, systematizes information concerning the number of children a woman had and is meant to capture issues around children rather than a discussion of specific children. It allows us to discuss her children in general outside the context of one child member.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="CHILDLESSNESS"/><xs:element ref="CHILDREN"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="JOB"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RS"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SIGNIFICANTACTIVITY"/><xs:element ref="SOCALLED"/><xs:element ref="TITLE"/></xs:choice><xs:attribute name="NUMBER" type="xs:integer"/></xs:complexType></xs:element>
Thedivorce element is used to indicate that a woman was divorced from her husband. Useseparation when she was separated but did not divorce him. Appearance of the divorceelement in a biography document will signify that the subject of the biography wasdivorced.
<xs:element name="DIVORCE"><xs:annotation><xs:documentation>The divorce element is used to indicate that a woman was divorced from her husband. Use separation when she was separated but did not divorce him. Appearance of the divorce element in a biography document will signify that the subject of the biography was divorced.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="JOB"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="SEPARATION"/><xs:element ref="SOCALLED"/><xs:element ref="TITLE"/></xs:choice></xs:complexType></xs:element>
Separation captures information concerning the marital conditions of the subject ofyour biography. Use this element to indicate that a woman separated from her husbandbut did not divorce him. Appearance of this element in a biography document willmean that the subject was separated from her spouse. Also seedivorce.
<xs:element name="SEPARATION"><xs:annotation><xs:documentation>Separation captures information concerning the marital conditions of the subject of your biography. Use this element to indicate that a woman separated from her husband but did not divorce him. Appearance of this element in a biography document will mean that the subject was separated from her spouse. Also see divorce.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="CHILDLESSNESS"/><xs:element ref="CHILDREN"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DIVORCE"/><xs:element ref="FOREIGN"/><xs:element ref="JOB"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TITLE"/></xs:choice></xs:complexType></xs:element>
TheContested Behaviour element records instances of significant behaviour in schoolwhich is perceived as negative. This element particularly tracks women'sstruggles against restrictive educational institutions.
<xs:element name="CONTESTEDBEHAVIOUR"><xs:annotation><xs:documentation>The Contested Behaviour element records instances of significant behaviour in school which is perceived as negative. This element particularly tracks women's struggles against restrictive educational institutions.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="COMPANION"/><xs:element ref="DATE"/><xs:element ref="FOREIGN"/><xs:element ref="INSTRUCTOR"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="SCHOOL"/><xs:element ref="SOCALLED"/><xs:element ref="SUBJECT"/><xs:element ref="TEXT"/><xs:element ref="TITLE"/></xs:choice></xs:complexType></xs:element>
Reg (or regularization) contains a reading which has been regularized ornormalized in some sense.
Source
<xs:element name="DEGREE"><xs:annotation><xs:documentation>The degree element captures all degrees (BA, MA, PhD), diplomas, certificates, etc. received by the person.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="DATE"/><xs:element ref="FOREIGN"/><xs:element ref="SCHOOL"/><xs:element ref="SUBJECT"/></xs:choice><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
<xs:element name="FIGURE"><xs:annotation><xs:documentation>The figure element groups elements representing or containing graphic information such as an illustration, formula, or figure.</xs:documentation></xs:annotation><xs:complexType><xs:choice maxOccurs="unbounded"><xs:element ref="HEAD"/><xs:element ref="FIGDESC"/><xs:element ref="GRAPHIC"/><xs:element ref="P"/></xs:choice></xs:complexType></xs:element>
<xs:element name="HEAD" type="xs:string"><xs:annotation><xs:documentation>head contains a heading for the figure (graphic information) element.</xs:documentation></xs:annotation></xs:element>
FigDesc(description of figure) contains a brief prose description of theappearance or content of a graphic figure, for use when documenting animage without displaying it.
<xs:element name="FIGDESC"><xs:annotation><xs:documentation>FigDesc (description of figure) contains a brief prose description of the appearance or content of a graphic figure, for use when documenting an image without displaying it.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:sequence><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="TITLE"/><xs:element ref="XREF"/></xs:sequence></xs:complexType></xs:element>
Designates the parent tag from which the offset is beingcounted.
Source
<xs:element name="XREF"><xs:annotation><xs:documentation>The xref element surrounds a url which you wish to make into a hyperlink.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="ORGNAME"/><xs:element ref="TITLE"/></xs:choice><xs:attributeGroup ref="RESP-attribute"/><xs:attribute name="URL" use="required" type="xs:anyURI"><xs:annotation><xs:documentation>URL (uniform resource locator) specifies the URL from which the media concerned may be obtained.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
URL(uniform resource locator) specifies the URL from which the media concerned maybe obtained.
Source
<xs:element name="GRAPHIC"><xs:annotation><xs:documentation>Graphic indicates the location of an inline graphic, illustration, or figure.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="URL" use="required" type="xs:anyURI"><xs:annotation><xs:documentation>URL (uniform resource locator) specifies the URL from which the media concerned may be obtained.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Thegender element is designed to record gender-related information. See the genderattribute which is attached to the gender element for more detailedinformation.
This attribute allows you to capture changes in terminology over time. Theolder name in your prose may not be familiar to your reader nor helpful forindexing purposes and therefore needs explanation.
list of union of(xs:string, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token)
optional
This attribute is designed to capture the gender of the subject it is beingapplied to. Gender is a historically constructed and linguistically complexcategory that can shift over the course of a person's lifetime, in whichcase multiple values can be applied to this element. The values associatedwith this element are meant to capture the most common forms of genderidentity; other terms may be provided in the prose content of the element.The values are the following: female, male, transgendered, transgenderedmale-to-female, transgendered female-to-male, undefined, ungendered, orunknown.
Self-defined is an attribute attached to all identity categories withinbiography. Its purpose is to distinguish between people who place themselveswithin an identity category (i.e., "Jeannette Winterson identifies aslesbian") and those whom we place in that category though theythemselves did not (i.e., "While she denied being a lesbian, shemaintained relationships with women throughout her life"). Thisattribute acknowledges the importance of personal, political and historicalplacements of one's own subject position; it assumes that identitiesare not simply labels we assign to other people but shifting categorieswhich we both place ourselves within, and, in which history placesus.
Source
<xs:element name="GENDER"><xs:annotation><xs:documentation>The gender element is designed to record gender-related information. See the gender attribute which is attached to the gender element for more detailed information.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="NAME"/><xs:element ref="QUOTE"/><xs:element ref="SOCALLED"/></xs:choice><xs:attribute name="GENDER"><xs:annotation><xs:documentation>This attribute is designed to capture the gender of the subject it is being applied to. Gender is a historically constructed and linguistically complex category that can shift over the course of a person's lifetime, in which case multiple values can be applied to this element. The values associated with this element are meant to capture the most common forms of gender identity; other terms may be provided in the prose content of the element. The values are the following: female, male, transgendered, transgendered male-to-female, transgendered female-to-male, undefined, ungendered, or unknown.</xs:documentation></xs:annotation><xs:simpleType><xs:list><xs:simpleType><xs:union memberTypes="xs:string"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FEMALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="MALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TRANSGENDERED"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TRANSGENDERED FEMALE-TO-MALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TRANSGENDERED MALE-TO-FEMALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="UNDEFINED"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="UNGENDERED"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="UNKNOWN"/></xs:restriction></xs:simpleType></xs:union></xs:simpleType></xs:list></xs:simpleType></xs:attribute><xs:attribute name="CURRENTALTERNATIVETERM" type="xs:NCName"><xs:annotation><xs:documentation>This attribute allows you to capture changes in terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and therefore needs explanation.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN"><xs:annotation><xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELFYES"/><xs:enumeration value="SELFNO"/><xs:enumeration value="SELFUNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Indexednames are names that are standard to either the British Library or the Library ofCongress but that the Project has chosen not to use as the writer's standardname. In order to ensure that a researcher does not use the Project-identifiedstandard name when looking for their writer in indexes of library catalogues, weinclude this element.
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. This attributewill allow us to track all the different names women writers publishedunder. While we assume that most writers published under their standard nameand pseudonyms, they may also have used a nickname or their married name,for instance, to publish material. This attribute works in conjunction withthe authorname in the bibliography to link the name a text was publishedunder with the name of the person.
Source
<xs:element name="INDEXED"><xs:annotation><xs:documentation>Indexed names are names that are standard to either the British Library or the Library of Congress but that the Project has chosen not to use as the writer's standard name. In order to ensure that a researcher does not use the Project-identified standard name when looking for their writer in indexes of library catalogues, we include this element.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="MARRIED"/><xs:element ref="PSEUDONYM"/><xs:element ref="SOCALLED"/></xs:choice><xs:attribute name="INDEXSOURCE" default="LC"><xs:annotation><xs:documentation>This attribute attached to indexed name, allows us to distinguish between the Library of Congress' and the British Library's indexed names.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="LC"/><xs:enumeration value="BL"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Languageis an element within culturalFormation which captures the names of languages theperson knew. This tag is for specific names such as "German","Gaelic." We are interested in the various languages women writers used,knew, and how different mother tongues effect writing. We are interested incapturing information about British women writer's whose first language was notEnglish and, in particular, how Gaelic and Irish relate to English women'swriting.
This attribute attached to language name allows the tagger to expresswhether or not the specified language was the person's mothertongue. Wehope to facilitate researchers interested in studying women writers whowrote in English but whose first language was not English.
Reg (or regularization) contains a reading which has been regularized ornormalized in some sense.
Source
<xs:element name="LANGUAGE"><xs:annotation><xs:documentation>Language is an element within culturalFormation which captures the names of languages the person knew. This tag is for specific names such as "German", "Gaelic." We are interested in the various languages women writers used, knew, and how different mother tongues effect writing. We are interested in capturing information about British women writer's whose first language was not English and, in particular, how Gaelic and Irish relate to English women's writing.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="ETHNICITY"/><xs:element ref="QUOTE"/></xs:choice><xs:attribute name="COMPETENCE" default="OTHER"><xs:annotation><xs:documentation>This attribute attached to language name allows the tagger to express whether or not the specified language was the person's mothertongue. We hope to facilitate researchers interested in studying women writers who wrote in English but whose first language was not English.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="OTHER"/><xs:enumeration value="MOTHER"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
UsinglivesWith denotes the material living arrangements of the subject of the biography.It does not assume that the person with whom she is living is her sexual partner nordoes it assume that sexual partners are excluded. Using this sub-element will helpto capture the material conditions of a woman's writing (i.e., did she have aroom of her own?) and women's non-traditional livingarrangements.
<xs:element name="LIVESWITH"><xs:annotation><xs:documentation>Using livesWith denotes the material living arrangements of the subject of the biography. It does not assume that the person with whom she is living is her sexual partner nor does it assume that sexual partners are excluded. Using this sub-element will help to capture the material conditions of a woman's writing (i.e., did she have a room of her own?) and women's non-traditional living arrangements.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="SEXUALIDENTITY"/><xs:element ref="SOCALLED"/><xs:element ref="TITLE"/></xs:choice></xs:complexType></xs:element>
Thiselement captures one word or phrase identifications of sexuality (i.e.,"lesbian," "monogamous," "heterosexual") and from thisinformation we will be able to point our reader towards women writers whom they maybe interested in studying in a critical analysis of these identifications. Capturingthe term "lesbian" in a sexualIdentity tag does not signify that thesubject of the biography was a lesbian; such identifications are often impossiblefor reasons of historical gaps and silences. It does suggest to our readers that ifthey are interested in studying lesbian issues, they may wish to look at thisparticular writer. We assume that sexual identity does not function in anessentialist manner and that to act monogomously does not reflect an essential,ontological state of being. But we are also assuming that issues of sexual identityinfluence a woman's relationship to her writing and to her life and therefore,we emphasize the importance of capturing this information in a systematicway.
This attribute allows you to capture changes in terminology over time. Theolder name in your prose may not be familiar to your reader nor helpful forindexing purposes and therefore needs explanation.
Self-defined is an attribute attached to all identity categories withinbiography. Its purpose is to distinguish between people who place themselveswithin an identity category (i.e., "Jeannette Winterson identifies aslesbian") and those whom we place in that category though theythemselves did not (i.e., "While she denied being a lesbian, shemaintained relationships with women throughout her life"). Thisattribute acknowledges the importance of personal, political and historicalplacements of one's own subject position; it assumes that identitiesare not simply labels we assign to other people but shifting categorieswhich we both place ourselves within, and, in which history placesus.
Source
<xs:element name="SEXUALIDENTITY"><xs:annotation><xs:documentation>This element captures one word or phrase identifications of sexuality (i.e., "lesbian," "monogamous," "heterosexual") and from this information we will be able to point our reader towards women writers whom they may be interested in studying in a critical analysis of these identifications. Capturing the term "lesbian" in a sexualIdentity tag does not signify that the subject of the biography was a lesbian; such identifications are often impossible for reasons of historical gaps and silences. It does suggest to our readers that if they are interested in studying lesbian issues, they may wish to look at this particular writer. We assume that sexual identity does not function in an essentialist manner and that to act monogomously does not reflect an essential, ontological state of being. But we are also assuming that issues of sexual identity influence a woman's relationship to her writing and to her life and therefore, we emphasize the importance of capturing this information in a systematic way.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DENOMINATION"/><xs:element ref="FOREIGN"/><xs:element ref="GENDER"/><xs:element ref="NAME"/><xs:element ref="QUOTE"/><xs:element ref="SEXUALIDENTITY"/><xs:element ref="SOCALLED"/></xs:choice><xs:attribute name="CURRENTALTERNATIVETERM" type="xs:NCName"><xs:annotation><xs:documentation>This attribute allows you to capture changes in terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and therefore needs explanation.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN"><xs:annotation><xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELFYES"/><xs:enumeration value="SELFNO"/><xs:enumeration value="SELFUNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Thissub-element within culturalFormation and NationalityIssue captures specificinformation concerning a person's nationality. Include multiple times tocapture multiple nationalities and changes in her citizenship.
This attribute allows you to capture changes in terminology over time. Theolder name in your prose may not be familiar to your reader nor helpful forindexing purposes and therefore needs explanation.
Self-defined is an attribute attached to all identity categories withinbiography. Its purpose is to distinguish between people who place themselveswithin an identity category (i.e., "Jeannette Winterson identifies aslesbian") and those whom we place in that category though theythemselves did not (i.e., "While she denied being a lesbian, shemaintained relationships with women throughout her life"). Thisattribute acknowledges the importance of personal, political and historicalplacements of one's own subject position; it assumes that identitiesare not simply labels we assign to other people but shifting categorieswhich we both place ourselves within, and, in which history placesus.
Source
<xs:element name="NATIONALITY"><xs:annotation><xs:documentation>This sub-element within culturalFormation and NationalityIssue captures specific information concerning a person's nationality. Include multiple times to capture multiple nationalities and changes in her citizenship.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="GEOGHERITAGE"/><xs:element ref="NATIONALHERITAGE"/><xs:element ref="PLACE"/><xs:element ref="POLITICALAFFILIATION"/></xs:choice><xs:attribute name="CURRENTALTERNATIVETERM" type="xs:NCName"><xs:annotation><xs:documentation>This attribute allows you to capture changes in terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and therefore needs explanation.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN"><xs:annotation><xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELFYES"/><xs:enumeration value="SELFNO"/><xs:enumeration value="SELFUNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Thissub-element within politics and culturalFormation tracks the affiliations,connections and associations which designate a person's political involvement.These affiliations can be both formal connections to a party or organization andinformal political positions held by the writer. We hope to point our readerstowards women writers associated with different political positions and helpresearchers make links between political beliefs and writing. For this reason, weare defining political affiliations broadly and include things like "againstcapital punishment" or "strong supporter of the Empire" in additionto more straightforward affiliations such as "marxist" or"conservative." The Project thesaurus will relate different terms forsimilar affiliations--for example, vivisection and animal rights--but taggers mustfacilitate such thesaural linking by tagging affiliations.
This attribute attached to politicalAffiliation denotes the highest levelof political involvement in a particular area. Using this attribute willhelp us distinguish between women who were clearly political activists andother women whose activities were less proactive. It includes suchactivities as suffragists chaining themselves to railings or women campingout at Greenham Common. Generally a founding or very active leadership rolein a political organization would qualify as activism. Thus JosephineButler, founder of the Ladies' National Association Against theContagious Diseases Acts, qualifies as activist for having founded theorganization, directed its activities, and for speaking publicly at meetingsat considerable personal risk.
This optional attribute attached to politicalAffiliation in Biography andPLiterarySchools in Writing, in conjunction with its sibling attributes,designates the degree of political engagement with the political affiliationor literary school specified. Involvement denotes an intermediate level ofactivity between activism and membership; the political activities involvesmore than simply being a member of the Labour Party but does not entailsustained activism. Examples might include participating (but not in aleadership role) in a labour strike or a WSPU march, holding a positionwithin an organization's executive, writing letters or canvassing forGreenpeace.
This optional attribute attached to politicalAffiliation in Biography, inconjunction with its sibling attributes, designates the lowest degree ofpolitical engagement with the political affiliation specified. Use thisattribute where there is clear evidence of a link with an organization butno indication of more active participation: she may have been a member ofthe WSPU, or donated money for a women's shelter, or written a poem forthe Anti-Corn Law League.
<xs:element name="POLITICALAFFILIATION"><xs:annotation><xs:documentation>This sub-element within politics and culturalFormation tracks the affiliations, connections and associations which designate a person's political involvement. These affiliations can be both formal connections to a party or organization and informal political positions held by the writer. We hope to point our readers towards women writers associated with different political positions and help researchers make links between political beliefs and writing. For this reason, we are defining political affiliations broadly and include things like "against capital punishment" or "strong supporter of the Empire" in addition to more straightforward affiliations such as "marxist" or "conservative." The Project thesaurus will relate different terms for similar affiliations--for example, vivisection and animal rights--but taggers must facilitate such thesaural linking by tagging affiliations.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DENOMINATION"/><xs:element ref="EMPH"/><xs:element ref="ETHNICITY"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="POLITICALAFFILIATION"/><xs:element ref="QUOTE"/><xs:element ref="RACECOLOUR"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TITLE"/><xs:element ref="TOPIC"/></xs:choice><xs:attribute name="ACTIVISM" default="ACTIVISTYES"><xs:annotation><xs:documentation>This attribute attached to politicalAffiliation denotes the highest level of political involvement in a particular area. Using this attribute will help us distinguish between women who were clearly political activists and other women whose activities were less proactive. It includes such activities as suffragists chaining themselves to railings or women camping out at Greenham Common. Generally a founding or very active leadership role in a political organization would qualify as activism. Thus Josephine Butler, founder of the Ladies' National Association Against the Contagious Diseases Acts, qualifies as activist for having founded the organization, directed its activities, and for speaking publicly at meetings at considerable personal risk.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ACTIVISTYES"/><xs:enumeration value="ACTIVISTNO"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="CURRENTALTERNATIVETERM"/><xs:attribute name="ID" type="xs:NCName"/><xs:attribute name="INVOLVEMENT" default="INVOLVEMENTYES"><xs:annotation><xs:documentation>This optional attribute attached to politicalAffiliation in Biography and PLiterarySchools in Writing, in conjunction with its sibling attributes, designates the degree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediate level of activity between activism and membership; the political activities involves more than simply being a member of the Labour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in a labour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing for Greenpeace.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="INVOLVEMENTYES"/><xs:enumeration value="INVOLVEMENTNO"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="MEMBERSHIP" default="MEMBERSHIPYES"><xs:annotation><xs:documentation>This optional attribute attached to politicalAffiliation in Biography, in conjunction with its sibling attributes, designates the lowest degree of political engagement with the political affiliation specified. Use this attribute where there is clear evidence of a link with an organization but no indication of more active participation: she may have been a member of the WSPU, or donated money for a women's shelter, or written a poem for the Anti-Corn Law League.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="MEMBERSHIPYES"/><xs:enumeration value="MEMBERSHIPNO"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="WOMAN-GENDERISSUE" default="GENDERYES"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="GENDERYES"/><xs:enumeration value="GENDERNO"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
This optional attribute is attached to various categories withinculturalFormation. It allows the tagger to specify the family member towhich the information in the element applies.
Self-defined is an attribute attached to all identity categories withinbiography. Its purpose is to distinguish between people who place themselveswithin an identity category (i.e., "Jeannette Winterson identifies aslesbian") and those whom we place in that category though theythemselves did not (i.e., "While she denied being a lesbian, shemaintained relationships with women throughout her life"). Thisattribute acknowledges the importance of personal, political and historicalplacements of one's own subject position; it assumes that identitiesare not simply labels we assign to other people but shifting categorieswhich we both place ourselves within, and, in which history placesus.
Source
<xs:element name="RACECOLOUR"><xs:annotation><xs:documentation>RaceColour captures information about a person's race. See raceAndEthnicity for a detailed description of the complexities of this element.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="CLASS"/><xs:element ref="DENOMINATION"/><xs:element ref="ETHNICITY"/><xs:element ref="NATIONALITY"/><xs:element ref="QUOTE"/><xs:element ref="RACECOLOUR"/><xs:element ref="SOCALLED"/><xs:element ref="TITLE"/></xs:choice><xs:attribute name="FOREBEAR" default="FAMILY"><xs:annotation><xs:documentation>This optional attribute is attached to various categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element applies.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FATHER"/><xs:enumeration value="MOTHER"/><xs:enumeration value="PARENTS"/><xs:enumeration value="GRANDFATHER"/><xs:enumeration value="GRANDMOTHER"/><xs:enumeration value="GRANDPARENTS"/><xs:enumeration value="AUNT"/><xs:enumeration value="UNCLE"/><xs:enumeration value="OTHER"/><xs:enumeration value="FAMILY"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN"><xs:annotation><xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELFYES"/><xs:enumeration value="SELFNO"/><xs:enumeration value="SELFUNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
<xs:element name="TOPIC"><xs:annotation><xs:documentation>This element is designed to designate the name of a topic document or entry. For the topic or theme of a text, use TTHEMETOPIC.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:sequence><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="NATIONALHERITAGE"/><xs:element ref="SOCALLED"/></xs:choice><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TTHEMETOPIC"/></xs:choice></xs:sequence><xs:attribute name="STANDARD"/></xs:complexType></xs:element>
Thiselement applies to both theme and topic. Theme is the central idea in a text statedeither directly or indirectly; topic applies to interesting subjects appearing in awork that might not aspire to the status of a "theme" and is useful in genres suchas educational or non-fictional texts.
<xs:element name="TTHEMETOPIC"><xs:annotation><xs:documentation>This element applies to both theme and topic. Theme is the central idea in a text stated either directly or indirectly; topic applies to interesting subjects appearing in a work that might not aspire to the status of a "theme" and is useful in genres such as educational or non-fictional texts.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PLACE"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RS"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="ID" type="xs:NCName"/></xs:complexType></xs:element>
Thiselement refers to the single work whose reputation greatly exceeds all others,according to external criteria (best known in literary circles), and can occur onceper genre for some writers.
This attribute attached to pAuthorship allows us to distinguish betweendifferent kinds of authorship problems such as anonymous and pseudonymoustexts, and texts whose authorship is only alluded to.
This optional attribute attached to pAuthorship designates the currentstanding of a controversy surrounding authorship.
Source
<xs:element name="PAUTHORSHIP"><xs:annotation><xs:documentation>This elements elicits discussion of controversy surrounding a text's authorship.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCONTRACT"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRESSRUN"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="PTYPEOFPRESS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="AUTHORNAMETYPE"><xs:annotation><xs:documentation>This attribute attached to pAuthorship allows us to distinguish between different kinds of authorship problems such as anonymous and pseudonymous texts, and texts whose authorship is only alluded to.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ANONYMOUS"/><xs:enumeration value="PSEUDONYMOUS"/><xs:enumeration value="ALLUSIVEAUTHORSHIP"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="AUTHORSHIPCONTROVERSY"><xs:annotation><xs:documentation>This attribute attached to pAuthorship reflects the difficulties scholars sometimes encounter when trying to identify the authorship of a text.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FORGERY"/><xs:enumeration value="SPURIOUS"/><xs:enumeration value="MISATTRIBUTION"/><xs:enumeration value="DOUBTFUL"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="COLLABORATION"><xs:annotation><xs:documentation>This attribute attached to pAuthorship allows us to distinguish those texts authored by more than a single author.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="COLLABORATIONYES"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="CONTROVERSYDATE"><xs:annotation><xs:documentation>This optional attribute attached to pAuthorship designates the current standing of a controversy surrounding authorship.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="PRESENT"/><xs:enumeration value="HISTORICAL"/><xs:enumeration value="ONGOING"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Thiselement discusses the way in which a work was distributed to the wider world and thebreadth of its reach: this is the place to discuss print-runs or comments aboutbest-sellers.
<xs:element name="PCIRCULATION"><xs:annotation><xs:documentation>This element discusses the way in which a work was distributed to the wider world and the breadth of its reach: this is the place to discuss print-runs or comments about best-sellers.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCONTRACT"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRESSRUN"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/></xs:choice></xs:complexType></xs:element>
<xs:element name="PCOPYRIGHT"><xs:annotation><xs:documentation>This element captures all information about the nature of the copyright of the text and the relationship of the text to copyright.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCONTRACT"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PLACE"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRESSRUN"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/><xs:element ref="TTHEMETOPIC"/></xs:choice></xs:complexType></xs:element>
Thiselement captures information about the nature of the editions that a text wentthrough. This can also provide a space to talk about bowdlerization, revisions,emendations, the author's preference for certain editions, or which edition ispreferable from a scholarly point of view because of completeness.
<xs:element name="PEDITIONS"><xs:annotation><xs:documentation>This element captures information about the nature of the editions that a text went through. This can also provide a space to talk about bowdlerization, revisions, emendations, the author's preference for certain editions, or which edition is preferable from a scholarly point of view because of completeness.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="EMPH"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCONTRACT"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRESSRUN"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="PTYPEOFPRESS"/><xs:element ref="QUOTE"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/><xs:element ref="XREF"/></xs:choice></xs:complexType></xs:element>
Thiselement in the Production component captures the first significant writing activity,published or otherwise. However, do not use this for publications unless there'sstrong evidence that the publication is linked to the actual first literaryactivity.
Thiselement from the Production component names the specific people, texts, events orplaces that formed (developed) the writer's thinking as an artist. Influences canpertain to individual texts or her work as a whole.
InfluenceType is an attribute affiliated with the element pInfluencesHerand is used to indicate how someone or something influenced a womanwriter.
Source
<xs:element name="PINFLUENCESHER"><xs:annotation><xs:documentation>This element from the Production component names the specific people, texts, events or places that formed (developed) the writer's thinking as an artist. Influences can pertain to individual texts or her work as a whole.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PDEDICATION"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONVALUE"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="INFLUENCETYPE"><xs:annotation><xs:documentation>InfluenceType is an attribute affiliated with the element pInfluencesHer and is used to indicate how someone or something influenced a woman writer.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="LITERARY"/><xs:enumeration value="INTELLECTUAL"/><xs:enumeration value="FAMILIAL"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Thiselement, found in the Production component, details the pre-publication history of atext: how and if it circulated before and after its publication. Note that thiselement refers to the circulation of the manuscript and not the publishedtext.
<xs:element name="PMANUSCRIPTHISTORY"><xs:annotation><xs:documentation>This element, found in the Production component, details the pre-publication history of a text: how and if it circulated before and after its publication. Note that this element refers to the circulation of the manuscript and not the published text.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RPENALTIES"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice></xs:complexType></xs:element>
Thiselement in the Production component records the last significant writing activity,published or otherwise, and should be used with all authors whereapplicable.
<xs:element name="PLASTLITERARYACTIVITY"><xs:annotation><xs:documentation>This element in the Production component records the last significant writing activity, published or otherwise, and should be used with all authors where applicable.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PDEDICATION"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/></xs:choice></xs:complexType></xs:element>
Thiselement in the Production component describes the physical and economiccircumstances that governed a woman's writing. This category is meant to answerquestions like: did she have a room of her own? Was it the laundry room or a poshcabin on the French Riviera? Was she losing her eyesight while writing a particularwork? Did she hide the manuscript while writing?
This optional attribute attached to materialconditions applies toinformation about women who wrote from a displaced position (geographical orphysical in some sense).
Source
<xs:element name="PMATERIALCONDITIONS"><xs:annotation><xs:documentation>This element in the Production component describes the physical and economic circumstances that governed a woman's writing. This category is meant to answer questions like: did she have a room of her own? Was it the laundry room or a posh cabin on the French Riviera? Was she losing her eyesight while writing a particular work? Did she hide the manuscript while writing?</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCONTRACT"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRESSRUN"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RS"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="DISPLACEMENT"><xs:annotation><xs:documentation>This optional attribute attached to materialconditions applies to information about women who wrote from a displaced position (geographical or physical in some sense).</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="DISPLACEMENTYES"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Thiselement deals with the specific ways in which a book is brought to print; it doesnot address issues of circulation. It should capture issues around the publisher (ordetails about the printer where pertinent and different from thepublisher).
This optional attribute allows you to identify how a text waspublished.
Source
<xs:element name="PMODEOFPUBLICATION"><xs:annotation><xs:documentation>This element deals with the specific ways in which a book is brought to print; it does not address issues of circulation. It should capture issues around the publisher (or details about the printer where pertinent and different from the publisher).</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCONTRACT"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRESSRUN"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="PTYPEOFPRESS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/></xs:choice><xs:attribute name="PUBLICATIONMODE"><xs:annotation><xs:documentation>This optional attribute allows you to identify how a text was published.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELF-PUBLICATION"/><xs:enumeration value="PRIVATELYPRINTED"/><xs:enumeration value="LIMITEDEDITION"/><xs:enumeration value="PIRATED"/><xs:enumeration value="SUBSCRIPTION"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Motivesdescribes a woman writer's purposes and reasons for writing which may be ascribed orself-identified, and may refer to textual motives or personal motives. See attitudesfor comparison.
Thiselement addresses texts that we do not have today for some reason or another.Describes any mishaps or disasters that happen on the road to publication. If themanuscript was in a tree, burned, or flew out the stage coach window; if thepublishers went bankrupt and lost her manuscript, all of these incidents can berecorded here.
<xs:element name="PNONSURVIVAL"><xs:annotation><xs:documentation>This element addresses texts that we do not have today for some reason or another. Describes any mishaps or disasters that happen on the road to publication. If the manuscript was in a tree, burned, or flew out the stage coach window; if the publishers went bankrupt and lost her manuscript, all of these incidents can be recorded here.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="QUOTE"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/></xs:choice><xs:attribute name="TYPEOFNONSURVIVAL"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ACCIDENT"/><xs:enumeration value="UNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Thiselement refers to a non-textual packaging/format of a written work. If someoneadapts a woman's book into a opera, a film, a sound recording or a dance, record ithere.
Thiselement contains all the specifics of the performance of a woman writer's work incases where the work is a stage play, a radio drama, or a television film script.Significant performances should be included here with all known details about whereor how the work was performed.
<xs:element name="PPERFORMANCE"><xs:annotation><xs:documentation>This element contains all the specifics of the performance of a woman writer's work in cases where the work is a stage play, a radio drama, or a television film script. Significant performances should be included here with all known details about where or how the work was performed.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RFICTIONALIZATION"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RS"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice></xs:complexType></xs:element>
Thiselement focuses only on what needs to be said about the place of publication overand above the simple bibliographic reference and would be useful in those instanceswhere censorable books were published with an imprint of Amsterdam but actuallypublished in London.
<xs:element name="PPLACEOFPUBLICATION"><xs:annotation><xs:documentation>This element focuses only on what needs to be said about the place of publication over and above the simple bibliographic reference and would be useful in those instances where censorable books were published with an imprint of Amsterdam but actually published in London.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCONTRACT"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRESSRUN"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="PTYPEOFPRESS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/><xs:element ref="XREF"/></xs:choice></xs:complexType></xs:element>
<xs:element name="PPRESSRUN"><xs:annotation><xs:documentation>Records the number of copies of a printed text; this can be expressed in numeric form or in prose, such as "a short run."</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PCIRCULATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PLACE"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="QUOTE"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/><xs:element ref="TTHEMETOPIC"/></xs:choice></xs:complexType></xs:element>
Thiselement deals with the positive results and consequences of writing. These awardsmight be described numerically (in terms of the value), descriptively, or in termsof the prize title.
Thiselement is designed to capture the mainly professional relationship between a writerand her publisher (or, in the case of dramatists, her producer).
Thiselement describes all the details about the serial appearance of a work either onits own or in a periodical (multiple instalments); refers to those complete workswhich were published in bits.
This attribute is attached to the element pSerialization and specifieswhether the work appeared in "volumeForm" or"periodicalForm."
Source
<xs:element name="PSERIALIZATION"><xs:annotation><xs:documentation>This element describes all the details about the serial appearance of a work either on its own or in a periodical (multiple instalments); refers to those complete works which were published in bits.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="FORMOFSERIALIZATION"><xs:annotation><xs:documentation>This attribute is attached to the element pSerialization and specifies whether the work appeared in "volumeForm" or "periodicalForm."</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="VOLUMEFORM"/><xs:enumeration value="PERIODICALFORM"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
<xs:element name="PTYPEOFPRESS"><xs:annotation><xs:documentation>When significant, use this element to record specifics about the printing operation/publisher.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="PTYPEOFPRESS"/><xs:element ref="QUOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/></xs:choice></xs:complexType></xs:element>
Thiselement marks destruction of a work by the author herself, her readers, or others.This category can include the conscious destruction or requests for destructionwhether or not the destruction was carried out.
This attribute, attached to rDestructionOfWork, allows you to indicate whodestroyed the work.
Source
<xs:element name="RDESTRUCTIONOFWORK"><xs:annotation><xs:documentation>This element marks destruction of a work by the author herself, her readers, or others. This category can include the conscious destruction or requests for destruction whether or not the destruction was carried out.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RPENALTIES"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/></xs:choice><xs:attribute name="DESTROYEDBY"><xs:annotation><xs:documentation>This attribute, attached to rDestructionOfWork, allows you to indicate who destroyed the work.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELF"/><xs:enumeration value="OTHER"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
If a book is censored, we consider that action a type of penalty. Thisattribute flags when censorship has been one of the penalizing responses toa work.
Source
<xs:element name="RPENALTIES"><xs:annotation><xs:documentation>This element discusses the negative effects and consequences of writing.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RFICTIONALIZATION"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="XREF"/></xs:choice><xs:attribute name="CENSORSHIP"><xs:annotation><xs:documentation>If a book is censored, we consider that action a type of penalty. This attribute flags when censorship has been one of the penalizing responses to a work.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CENSORSHIPYES"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Thiselement refers to fictionalized (written) responses to the woman author or her workwhich indicate her literary influence. It is to be used when you encounter thefictionalized life of a woman writer, such as a one woman show about VirginiaWoolf's life.
<xs:element name="RFICTIONALIZATION"><xs:annotation><xs:documentation>This element refers to fictionalized (written) responses to the woman author or her work which indicate her literary influence. It is to be used when you encounter the fictionalized life of a woman writer, such as a one woman show about Virginia Woolf's life.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PCIRCULATION"/><xs:element ref="PLACE"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RPENALTIES"/><xs:element ref="RRESPONSES"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/><xs:element ref="TOPIC"/></xs:choice></xs:complexType></xs:element>
Thiselement addresses reactions to the literary work, the oeuvre in general, or thewriter's role as an author/artist which are either written or eventcentred.
Formality is an attribute attached to rResponses which allows you toindicate whether a response to a work was formal or informal. "Formal" meansthat the response was written or otherwise made public; "informal" refers tothose incidents more difficult to define: a hearty slap on the back, rudelooks from strangers on buses, a snubbing by her socialset.
ResponseType is an optional attribute that specifies the historical timingof a response to a written work through its values of "recent,""re-evaluation," or "initial."
Source
<xs:element name="RRESPONSES"><xs:annotation><xs:documentation>This element addresses reactions to the literary work, the oeuvre in general, or the writer's role as an author/artist which are either written or event centred.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRESSRUN"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RDESTRUCTIONOFWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RFICTIONALIZATION"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RS"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/><xs:element ref="XREF"/></xs:choice><xs:attribute name="FORMALITY"><xs:annotation><xs:documentation>Formality is an attribute attached to rResponses which allows you to indicate whether a response to a work was formal or informal. "Formal" means that the response was written or otherwise made public; "informal" refers to those incidents more difficult to define: a hearty slap on the back, rude looks from strangers on buses, a snubbing by her social set.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FORMAL"/><xs:enumeration value="INFORMAL"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="GENDEREDRESPONSE"><xs:annotation><xs:documentation>This attribute attached to rResponses indicates whether or not a response to a work was predicated on the writer's gender.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ADFEMINAM"/><xs:enumeration value="GENDEREDYES"/><xs:enumeration value="GENDEREDNO"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="RESPONSETYPE"><xs:annotation><xs:documentation>ResponseType is an optional attribute that specifies the historical timing of a response to a written work through its values of "recent," "re-evaluation," or "initial."</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="RE-EVALUATION"/><xs:enumeration value="RECENT"/><xs:enumeration value="INITIAL"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Thiselement has to do with the author's influence on other writers, other women writers,other women, the literary tradition, and society as a whole. When discussing herinfluence, please provide evidence of her legacy, not justopinion.
<xs:element name="RSHEINFLUENCED"><xs:annotation><xs:documentation>This element has to do with the author's influence on other writers, other women writers, other women, the literary tradition, and society as a whole. When discussing her influence, please provide evidence of her legacy, not just opinion.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PARCHIVALLOCATION"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCOPYRIGHT"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RFICTIONALIZATION"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RPENALTIES"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/></xs:choice></xs:complexType></xs:element>
Reg (or regularization) contains a reading which has been regularized ornormalized in some sense.
Source
<xs:element name="RRECOGNITIONNAME"><xs:annotation><xs:documentation>Closely related to the Recognitions element, this element defines the name of a particular award or prize given to an author.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRECOGNITIONVALUE"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/></xs:choice><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
<xs:element name="RRECOGNITIONVALUE"><xs:annotation><xs:documentation>This element defines a numeric or descriptive (intangible) value of the recognition given to her work.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="TITLE"/></xs:choice></xs:complexType></xs:element>
Thiselement allows you to talk generally about the genre issues raised by a specifictext. It may also be used in situations where there is an unusual mixture of genreforms.
<xs:element name="TGENREISSUE"><xs:annotation><xs:documentation>This element allows you to talk generally about the genre issues raised by a specific text. It may also be used in situations where there is an unusual mixture of genre forms.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PCONTRACT"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMODEOFPUBLICATION"/><xs:element ref="PMOTIVES"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice></xs:complexType></xs:element>
The motifelement pertains to those discussions of a significant scene, episode, or idea inthe text where these are not coterminal with the entire text. Motifs are localizedor contained within the plot and may recur in multiple works or multiple times inthe same work.
Atribute on tMotif used to regularize discussions of motifs to one of thedescriptors listed under Motif.
Source
<xs:element name="TMOTIF"><xs:annotation><xs:documentation>The motif element pertains to those discussions of a significant scene, episode, or idea in the text where these are not coterminal with the entire text. Motifs are localized or contained within the plot and may recur in multiple works or multiple times in the same work.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PDEDICATION"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="MOTIFNAME"><xs:annotation><xs:documentation>Atribute on tMotif used to regularize discussions of motifs to one of the descriptors listed under Motif.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Thiselement pertains to the real or fictive time in which a text is set relative to thewriter's time, not the reader's. It can be specific, "1789," or general "in thefuture," or relative to a non-dateable event "after the war."
SettingDateType is an optional attribute that specifies the historical eraof a setting.
Source
<xs:element name="TSETTINGDATE"><xs:annotation><xs:documentation>This element pertains to the real or fictive time in which a text is set relative to the writer's time, not the reader's. It can be specific, "1789," or general "in the future," or relative to a non-dateable event "after the war."</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PDEDICATION"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMOTIVES"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="SETTINGDATETYPE"><xs:annotation><xs:documentation>SettingDateType is an optional attribute that specifies the historical era of a setting.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="PAST"/><xs:enumeration value="PRESENT"/><xs:enumeration value="FUTURE"/><xs:enumeration value="AMBIGUOUS"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
SettingPlaceType is an optional attribute that specifies the real orimaginary location of textual events.
Source
<xs:element name="TSETTINGPLACE"><xs:annotation><xs:documentation>This element addresses the real or fictive place in which a text is set.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PDEDICATION"/><xs:element ref="PEARNINGS"/><xs:element ref="PEDITIONS"/><xs:element ref="PFIRSTLITERARYACTIVITY"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLASTLITERARYACTIVITY"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMOTIVES"/><xs:element ref="PNONBOOKMEDIA"/><xs:element ref="PNONSURVIVAL"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PPRICE"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="PRELATIONSWITHPUBLISHER"/><xs:element ref="PSERIALIZATION"/><xs:element ref="PSUBMISSIONSREJECTIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RRECOGNITIONNAME"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRESPONSES"/><xs:element ref="RS"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="RSHEINFLUENCED"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="SETTINGCLASS"><xs:annotation><xs:documentation>SettingClass is an optional attribute that specifies the socio-economic status of a settingPlace.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="UPPERCLASS"/><xs:enumeration value="WORKINGCLASS"/><xs:enumeration value="MIDDLECLASS"/><xs:enumeration value="WIDERANGE"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="SETTINGPLACETYPE"><xs:annotation><xs:documentation>SettingPlaceType is an optional attribute that specifies the real or imaginary location of textual events.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FICTIVE"/><xs:enumeration value="REAL"/><xs:enumeration value="IDENTIFIABLE"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
TechniqueType is an optional attribute that addresses the different kindsof literary techniques that an author might use in theirwork.
Source
<xs:element name="TTECHNIQUES"><xs:annotation><xs:documentation>This element applies to the structural components of language used to create literary effects: these are devices such as assonance and metaphor.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EMPH"/><xs:element ref="FOREIGN"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="L"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PDEDICATION"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMOTIVES"/><xs:element ref="PPERFORMANCE"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PPLACEOFPUBLICATION"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="RFICTIONALIZATION"/><xs:element ref="RLANDMARKTEXT"/><xs:element ref="RRECOGNITIONS"/><xs:element ref="RRECOGNITIONVALUE"/><xs:element ref="RRESPONSES"/><xs:element ref="RS"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SIC"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice><xs:attribute name="TECHNIQUETYPE"><xs:annotation><xs:documentation>TechniqueType is an optional attribute that addresses the different kinds of literary techniques that an author might use in their work.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="DICTION"/><xs:enumeration value="VERSIFICATION"/><xs:enumeration value="NONSTANDARDENGLISH"/><xs:enumeration value="IMAGERY"/><xs:enumeration value="AURALEFFECTS"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Thiselement applies to the "characteristic manner of expression; how a particular writersays things; the reflection of a writer's attitude, manner, mood, and moral outlook"and the means of expressing that manner or mood. (Penguin Dictionary of LiteraryTerms.)
<xs:element name="TVOICENARRATION"><xs:annotation><xs:documentation>This element discusses how a story gets told and not what order the story is told in. Addresses characteristics of the voice of the narrator in the work.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="FOREIGN"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PADVERTISING"/><xs:element ref="PANTHOLOGIZATION"/><xs:element ref="PATTITUDES"/><xs:element ref="PAUTHORSHIP"/><xs:element ref="PCIRCULATION"/><xs:element ref="PINFLUENCESHER"/><xs:element ref="PLACE"/><xs:element ref="PLITERARYSCHOOLS"/><xs:element ref="PMANUSCRIPTHISTORY"/><xs:element ref="PMATERIALCONDITIONS"/><xs:element ref="PMOTIVES"/><xs:element ref="PPERIODICALPUBLICATION"/><xs:element ref="PRARITIESFEATURESDECORATIONS"/><xs:element ref="QUOTE"/><xs:element ref="RBESTKNOWNWORK"/><xs:element ref="RRESPONSES"/><xs:element ref="RSELFDESCRIPTION"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TCHARACTERIZATION"/><xs:element ref="TCHARACTERNAME"/><xs:element ref="TCHARACTERTYPEROLE"/><xs:element ref="TGENRE"/><xs:element ref="TGENREISSUE"/><xs:element ref="TINTERTEXTUALITY"/><xs:element ref="TITLE"/><xs:element ref="TMOTIF"/><xs:element ref="TOPIC"/><xs:element ref="TPLOT"/><xs:element ref="TSETTINGDATE"/><xs:element ref="TSETTINGPLACE"/><xs:element ref="TTECHNIQUES"/><xs:element ref="TTHEMETOPIC"/><xs:element ref="TTONESTYLE"/><xs:element ref="TVOICENARRATION"/></xs:choice></xs:complexType></xs:element>
Royal isa type of name available with personName. It refers to names, such as"Queen" or "Princess", which a person has because of their royalstatus. This element does not capture information about noble titles in general (cf.titled) but includes specifically royal names.
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. This attributewill allow us to track all the different names women writers publishedunder. While we assume that most writers published under their standard nameand pseudonyms, they may also have used a nickname or their married name,for instance, to publish material. This attribute works in conjunction withthe authorname in the bibliography to link the name a text was publishedunder with the name of the person.
Source
<xs:element name="ROYAL"><xs:annotation><xs:documentation>Royal is a type of name available with personName. It refers to names, such as "Queen" or "Princess", which a person has because of their royal status. This element does not capture information about noble titles in general (cf. titled) but includes specifically royal names.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:attribute name="REG" type="xs:NCName"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
URL(uniform resource locator) specifies the URL from which the mediaconcerned may be obtained.
Source
<xs:element name="XREF"><xs:annotation><xs:documentation>The xref element surrounds a url which you wish to make into a hyperlink.</xs:documentation></xs:annotation><xs:complexType><xs:simpleContent><xs:extension base="xs:anyURI"><xs:attributeGroup ref="RESP-attribute"/><xs:attribute name="URL" use="required" type="xs:anyURI"><xs:annotation><xs:documentation>URL (uniform resource locator) specifies the URL from which the media concerned may be obtained.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:simpleContent></xs:complexType></xs:element>
Thiselement will be particularly useful in summing up the careers of minor writers inauthorSummary statements. Describe here the range and breadth of a woman's writingand remember that this will be OUR view of the work. Because it appears only inAuthorSummary, you are gently urged to make summary statements using thiselement.
<xs:element name="EXTENTOFOEUVRE"><xs:annotation><xs:documentation>This element will be particularly useful in summing up the careers of minor writers in authorSummary statements. Describe here the range and breadth of a woman's writing and remember that this will be OUR view of the work. Because it appears only in AuthorSummary, you are gently urged to make summary statements using this element.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="FOREIGN"/><xs:element ref="GENERICRANGE"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/><xs:element ref="TOPIC"/></xs:choice></xs:complexType></xs:element>
Theelement genericRange is specially designed to work only in conjunction withauthorSummary statements. It applies to discussions of a woman writer's whole oeuvreand the kind of generic choices she made over a lifetime ofwriting.
<xs:element name="GENERICRANGE"><xs:annotation><xs:documentation>The element genericRange is specially designed to work only in conjunction with authorSummary statements. It applies to discussions of a woman writer's whole oeuvre and the kind of generic choices she made over a lifetime of writing.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="EXTENTOFOEUVRE"/><xs:element ref="FOREIGN"/><xs:element ref="GENERICRANGE"/><xs:element ref="NAME"/><xs:element ref="ORGNAME"/><xs:element ref="PLACE"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TGENRE"/><xs:element ref="TITLE"/><xs:element ref="TOPIC"/></xs:choice></xs:complexType></xs:element>
<xs:element name="LB"><xs:annotation><xs:documentation>lb marks the start of a new (typographic) line in some edition or version of a text.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="L"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/></xs:choice></xs:complexType></xs:element>
Type characterizes the element in some sense, using anyconvenient classification scheme or typology.
Source
<xs:element name="LG"><xs:annotation><xs:documentation>lg contains a group of verse lines functioning as a formal unit, e.g. a stanza, refrain, verse paragraph, etc.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element minOccurs="0" ref="HEAD"/><xs:element maxOccurs="unbounded" ref="L"/></xs:sequence><xs:attribute name="TYPE"><xs:annotation><xs:documentation>Type characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Include anaddress (if sources record it) if subject of entry spent some yearsthere or it was the scene of anything important in her life. Might atsome future time be used for mapping. Use Reg attribute only in case ofobsolete or wrong spelling (within quote); use Current and Reg whenstreet name or number has changed.
Reg (or regularization) contains a reading which has beenregularized or normalized in some sense.
Source
<xs:element name="ADDRESS"><xs:annotation><xs:documentation>Include an address (if sources record it) if subject of entry spent some years there or it was the scene of anything important in her life. Might at some future time be used for mapping. Use Reg attribute only in case of obsolete or wrong spelling (within quote); use Current and Reg when street name or number has changed.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element maxOccurs="unbounded" ref="ADDRLINE"/></xs:sequence><xs:attribute name="CURRENT"/><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
<xs:element name="ADDRLINE" type="xs:string"><xs:annotation><xs:documentation>AddrLine is the required sub-element of address. For definition of an address, see address.</xs:documentation></xs:annotation></xs:element>
The largest geographical concept used in the schema. Notyet implemented; may need further discussion, but used to enable asearch to group a number of Geogs (generally nation states). Values:Asia, Africa, Europe, North America, South America, Caribbean,Australasia, Antarctica.
Reg (or regularization) contains a reading which has beenregularized or normalized in some sense.
Source
<xs:element name="AREA"><xs:annotation><xs:documentation>The largest geographical concept used in the schema. Not yet implemented; may need further discussion, but used to enable a search to group a number of Geogs (generally nation states). Values: Asia, Africa, Europe, North America, South America, Caribbean, Australasia, Antarctica.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:attribute name="CURRENT" type="xs:NCName"><xs:annotation><xs:documentation>Current name for geographical location.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Geogcaptures names of places which are nation states or larger conceptualgeographical entities. The following is a list of the types of placesgeog captures: Nation states: Italy, China, Canada; Groups of NationStates: Low Countries, Baltic Countries; Continents: Europe, NorthAmerica, South America, Africa, Asia; Colonies: French Indo-China,British North America, British Protectorate of Bechuanaland [Note: usecurrent attribute wherever possible.]; Conceptual GeographicalGroupings: Far East, Caribbean; Historical Geo-political units: Siam,Ceylon [Note: use "current" attribute to regularize to "Thailand" and"Sri Lanka"].
Reg (or regularization) contains a reading which has beenregularized or normalized in some sense.
Source
<xs:element name="GEOG"><xs:annotation><xs:documentation>Geog captures names of places which are nation states or larger conceptual geographical entities. The following is a list of the types of places geog captures: Nation states: Italy, China, Canada; Groups of Nation States: Low Countries, Baltic Countries; Continents: Europe, North America, South America, Africa, Asia; Colonies: French Indo-China, British North America, British Protectorate of Bechuanaland [Note: use current attribute wherever possible.]; Conceptual Geographical Groupings: Far East, Caribbean; Historical Geo-political units: Siam, Ceylon [Note: use "current" attribute to regularize to "Thailand" and "Sri Lanka"].</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" ref="SOCALLED"/></xs:sequence><xs:attribute name="CURRENT"/><xs:attribute name="ID" type="xs:NCName"/><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Placename,a sub-element within place, captures specific and easily identifiableplaces that are known by their name but are not places in the same waygeographical or political entities are places. For example, "TrafalgarSquare" is a placename. We are only interested in capturing placenamesfor those places that are important to women's literary history (i.e.,those placenames that are likely to come up more than once in Orlando).For example, Sissinghurst, the estate of Vita Sackville-West, issignificant and should be given a placename. However, an obscurereference to an unknown estate should not be tagged. The following arecommon types of placenames: Buildings and Estates: British Museum,Knole; Farms and Gardens: Kew Gardens; Squares: Bedford Square,Trafalgar Square; Streets: Fleet Street, The Strand, Old Change;Specific Mountains: while ranges are considered regions, the names ofspecific mountains are placenames, for example, Mount Everest;Cemeteries: Paddington Cemetery.
Reg (or regularization) contains a reading which has beenregularized or normalized in some sense.
Source
<xs:element name="PLACENAME"><xs:annotation><xs:documentation>Placename, a sub-element within place, captures specific and easily identifiable places that are known by their name but are not places in the same way geographical or political entities are places. For example, "Trafalgar Square" is a placename. We are only interested in capturing placenames for those places that are important to women's literary history (i.e., those placenames that are likely to come up more than once in Orlando). For example, Sissinghurst, the estate of Vita Sackville-West, is significant and should be given a placename. However, an obscure reference to an unknown estate should not be tagged. The following are common types of placenames: Buildings and Estates: British Museum, Knole; Farms and Gardens: Kew Gardens; Squares: Bedford Square, Trafalgar Square; Streets: Fleet Street, The Strand, Old Change; Specific Mountains: while ranges are considered regions, the names of specific mountains are placenames, for example, Mount Everest; Cemeteries: Paddington Cemetery.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="SIC"/><xs:element ref="SOCALLED"/></xs:choice><xs:attribute name="CURRENT"/><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Region, asub-element of place, captures the following geographical and politicalunits: Political regions of the British Isles: Cornwall, Durham,Hampshire; Political regions of other countries: Alberta, Madras,California; Topographical features: all mountains ranges, islands (whennot nation states), valleys, etc.; Bodies of Waters (including oceans,rivers, lakes): Lake Simcoe, English Channel, Nile, Atlantic ocean;Geographical regions: Lake District, Scottish Highlands; Greater Urbanareas: Greater London, Greater Manchester; Borders: Welsh border,Tibetan border.
Reg (or regularization) contains a reading which has beenregularized or normalized in some sense.
Source
<xs:element name="REGION"><xs:annotation><xs:documentation>Region, a sub-element of place, captures the following geographical and political units: Political regions of the British Isles: Cornwall, Durham, Hampshire; Political regions of other countries: Alberta, Madras, California; Topographical features: all mountains ranges, islands (when not nation states), valleys, etc.; Bodies of Waters (including oceans, rivers, lakes): Lake Simcoe, English Channel, Nile, Atlantic ocean; Geographical regions: Lake District, Scottish Highlands; Greater Urban areas: Greater London, Greater Manchester; Borders: Welsh border, Tibetan border.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" ref="SOCALLED"/></xs:sequence><xs:attribute name="CURRENT"/><xs:attribute name="ID" type="xs:NCName"/><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Settlement, a sub-element of place, captures the names of cities,towns, villages, hamlets and areas within larger settlements (forexample, districts of London).
Reg (or regularization) contains a reading which has beenregularized or normalized in some sense.
Source
<xs:element name="SETTLEMENT"><xs:annotation><xs:documentation>Settlement, a sub-element of place, captures the names of cities, towns, villages, hamlets and areas within larger settlements (for example, districts of London).</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:attribute name="CURRENT"/><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
Theelement named bibCit is designed to capture bibliographical informationin much the same way as an MLA parenthetical citation and should alwaysreside within a bibCits container tag.
Designates the parent tag from which the offset is beingcounted.
Source
<xs:element name="BIBCIT"><xs:annotation><xs:documentation>The element named bibCit is designed to capture bibliographical information in much the same way as an MLA parenthetical citation and should always reside within a bibCits container tag.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOLARNOTE"/></xs:choice><xs:attribute name="DBREF" type="xs:decimal"/><xs:attribute name="ID" type="xs:NCName"/><xs:attribute name="PLACEHOLDER"/><xs:attribute name="QTDIN"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="QTDINYES"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REF" type="xs:anyURI"/><xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
<xs:element name="ITEM" type="xs:string"><xs:annotation><xs:documentation>item contains one component of a list.</xs:documentation></xs:annotation></xs:element>
(non-ORLANDO metadata) provides a container element into which metadata in non-ORLANDO formats may be placed. (similar in role to the homonymous TEI element)
<xs:element name="XENODATA"><xs:annotation><xs:documentation>(non-ORLANDO metadata) provides a container element into which metadata in non-ORLANDO formats may be placed. (similar in role to the homonymous TEI element)</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="rdf:RDF"/></xs:sequence></xs:complexType></xs:element>
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. Thisattribute will allow us to track all the different names womenwriters published under. While we assume that most writers publishedunder their standard name and pseudonyms, they may also have used anickname or their married name, for instance, to publish material.This attribute works in conjunction with the authorname in thebibliography to link the name a text was published under with thename of the person.
Source
<xs:element name="STANDARD"><xs:complexType mixed="true"><xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="REF" type="xs:anyURI"><xs:annotation><xs:documentation>Ref (or reference) provides an explicit means of locating a full definition for the entity being named by means of a URI.</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
The element authorSummary is specially devised for researchers to makesummary statements about an author before opening individual production,reception, or textual features elements. You are encouraged to use thiselement to preface the writing document of each woman writer. It is usefulboth for minor writers about whom little is known, and for major writerswhose work needs to be sumarized before launching into thedetails.
<xs:element name="AUTHORSUMMARY"><xs:annotation><xs:documentation>The element authorSummary is specially devised for researchers to make summary statements about an author before opening individual production, reception, or textual features elements. You are encouraged to use this element to preface the writing document of each woman writer. It is useful both for minor writers about whom little is known, and for major writers whose work needs to be sumarized before launching into the details.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" ref="P"/></xs:sequence></xs:complexType></xs:element>
<xs:element name="BIOGRAPHY"><xs:annotation><xs:documentation>Biography is the large, all-encompassing element in all biography documents.</xs:documentation></xs:annotation><xs:complexType><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="HEADING"/><xs:element ref="RESEARCHNOTE"/><xs:element name="DIV1"><xs:annotation><xs:documentation>Div1 (i.e. level-1 text division) is an element that marks the second largest structural division in a document.</xs:documentation></xs:annotation><xs:complexType><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="HEADING"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="BIRTH"/><xs:element ref="DEATH"/><xs:element ref="EDUCATION"/><xs:element ref="FAMILY"/><xs:element ref="INTIMATERELATIONSHIPS"/><xs:element ref="LOCATION"/><xs:element ref="OCCUPATION"/><xs:element ref="PERSONNAME"/><xs:element ref="POLITICS"/><xs:element ref="CULTURALFORMATION"/><xs:element ref="FRIENDSASSOCIATES"/><xs:element ref="LEISUREANDSOCIETY"/><xs:element ref="OTHERLIFEEVENT"/><xs:element ref="VIOLENCE"/><xs:element ref="WEALTH"/><xs:element ref="HEALTH"/></xs:choice></xs:complexType></xs:element></xs:choice><xs:attribute name="ID" type="xs:NCName"/></xs:complexType></xs:element>
<xs:element name="HEADING"><xs:annotation><xs:documentation>head (or heading) contains any type of heading, for example the title of a section, or the heading of a list, glossary, manuscript description, etc.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:sequence><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="POLITICALAFFILIATION"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOOL"/><xs:element ref="SOCALLED"/><xs:element ref="TITLE"/></xs:choice><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="FOREIGN"/><xs:element ref="QUOTE"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SOCALLED"/><xs:element ref="TITLE"/></xs:choice></xs:sequence></xs:complexType></xs:element>
<xs:element name="DIV1"><xs:annotation><xs:documentation>Div1 (i.e. level-1 text division) is an element that marks the second largest structural division in a document.</xs:documentation></xs:annotation><xs:complexType><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="HEADING"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="BIRTH"/><xs:element ref="DEATH"/><xs:element ref="EDUCATION"/><xs:element ref="FAMILY"/><xs:element ref="INTIMATERELATIONSHIPS"/><xs:element ref="LOCATION"/><xs:element ref="OCCUPATION"/><xs:element ref="PERSONNAME"/><xs:element ref="POLITICS"/><xs:element ref="CULTURALFORMATION"/><xs:element ref="FRIENDSASSOCIATES"/><xs:element ref="LEISUREANDSOCIETY"/><xs:element ref="OTHERLIFEEVENT"/><xs:element ref="VIOLENCE"/><xs:element ref="WEALTH"/><xs:element ref="HEALTH"/></xs:choice></xs:complexType></xs:element>
Birth is one of the 16 major biography elements defined asintegral to mapping a woman's life. It capturesinformation concerning the date, place, birth position andcontext of a person's birth. Birthdates should beentered in chronology form and will be extracted fromindividual biography documents to be placed within othergeneral chronologies.
<xs:element name="BIRTH"><xs:annotation><xs:documentation>Birth is one of the 16 major biography elements defined as integral to mapping a woman's life. It captures information concerning the date, place, birth position and context of a person's birth. Birthdates should be entered in chronology form and will be extracted from individual biography documents to be placed within other general chronologies.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element minOccurs="0" ref="CHRONSTRUCT"/><xs:choice minOccurs="0"><xs:element ref="BIRTHPOSITION"/><xs:element ref="RESEARCHNOTE"/></xs:choice><xs:element minOccurs="0" maxOccurs="unbounded" ref="DIV2"/></xs:sequence></xs:complexType></xs:element>
ChronColumn is an attribute which designates a given chronology item asbelonging to a subject-specific column of the Orlando print (and possiblyelectronic) chronology.
Relevance is a sister attribute to chronColumn, attached to each and everychronStruct. This element assignes importance to the chronstruct you have justcreated with categories for comprehensive, period, decade, and selective (inorder of increasing importance).
Resp (orresponsibility) contains a three-letter initialism of an individual who contributedto the production or distribution of a document.
Source
<xs:element name="CHRONSTRUCT"><xs:annotation><xs:documentation>A chronStruct is an element that holds together and therefore associates a date with the prose that describes an event.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice><xs:element ref="DATE"/><xs:element ref="DATERANGE"/><xs:element ref="DATESTRUCT"/></xs:choice><xs:element ref="CHRONPROSE"/><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="BIBCITS"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOLARNOTE"/></xs:choice></xs:sequence><xs:attribute name="CHRONCOLUMN" use="required"><xs:annotation><xs:documentation>ChronColumn is an attribute which designates a given chronology item as belonging to a subject-specific column of the Orlando print (and possibly electronic) chronology.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NATIONALINTERNATIONAL"/><xs:enumeration value="BRITISHWOMENWRITERS"/><xs:enumeration value="WRITINGCLIMATE"/><xs:enumeration value="SOCIALCLIMATE"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="CHRONCOLUMN1"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NATIONALINTERNATIONAL1"/><xs:enumeration value="BRITISHWOMENWRITERS1"/><xs:enumeration value="WRITINGCLIMATE1"/><xs:enumeration value="SOCIALCLIMATE1"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="CHRONCOLUMN2"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NATIONALINTERNATIONAL2"/><xs:enumeration value="BRITISHWOMENWRITERS2"/><xs:enumeration value="WRITINGCLIMATE2"/><xs:enumeration value="SOCIALCLIMATE2"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="CHRONCOLUMN3"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NATIONALINTERNATIONAL3"/><xs:enumeration value="BRITISHWOMENWRITERS3"/><xs:enumeration value="WRITINGCLIMATE3"/><xs:enumeration value="SOCIALCLIMATE3"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="RELEVANCE" use="required"><xs:annotation><xs:documentation>Relevance is a sister attribute to chronColumn, attached to each and every chronStruct. This element assignes importance to the chronstruct you have just created with categories for comprehensive, period, decade, and selective (in order of increasing importance).</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELECTIVE"/><xs:enumeration value="PERIOD"/><xs:enumeration value="DECADE"/><xs:enumeration value="COMPREHENSIVE"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="RELEVANCE1"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELECTIVE1"/><xs:enumeration value="PERIOD1"/><xs:enumeration value="DECADE1"/><xs:enumeration value="COMPREHENSIVE1"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="RELEVANCE2"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELECTIVE2"/><xs:enumeration value="PERIOD2"/><xs:enumeration value="DECADE2"/><xs:enumeration value="COMPREHENSIVE2"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="RELEVANCE3"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELECTIVE3"/><xs:enumeration value="PERIOD3"/><xs:enumeration value="DECADE3"/><xs:enumeration value="COMPREHENSIVE3"/></xs:restriction></xs:simpleType></xs:attribute><xs:attributeGroup ref="RESP-attribute"/></xs:complexType></xs:element>
<xs:element name="DIV2"><xs:annotation><xs:documentation>Div2 (i.e. level-2 text division) is an element that marks the third largest structural division in a document.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice minOccurs="0"><xs:element ref="HEADING"/><xs:element ref="TITLE"/></xs:choice><xs:choice maxOccurs="unbounded"><xs:element ref="BIRTHNAME"/><xs:element ref="BIRTHPOSITION"/><xs:element ref="CHRONSTRUCT"/><xs:element ref="CLASS"/><xs:element ref="DATE"/><xs:element ref="HEADING"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="NAME"/><xs:element ref="PLACE"/><xs:element ref="PSEUDONYM"/><xs:element ref="QUOTE"/><xs:element ref="RACECOLOUR"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="DATASTRUCT"/><xs:element name="SHORTPROSE"><xs:complexType><xs:choice maxOccurs="unbounded"><xs:element ref="KEYWORDCLASS"/><xs:element ref="P"/><xs:element ref="RESEARCHNOTE"/></xs:choice></xs:complexType></xs:element></xs:choice><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="KEYWORDCLASS"/><xs:element ref="PRODUCTION"/><xs:element ref="RECEPTION"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="TEXTSCOPE"/><xs:element ref="TEXTUALFEATURES"/></xs:choice></xs:sequence><xs:attribute name="ID" type="xs:NCName"/></xs:complexType></xs:element>
<xs:element name="DATASTRUCT"><xs:annotation><xs:documentation>A dataStruct is a container element for one or more individual pieces of tabular data in the document.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice maxOccurs="unbounded"><xs:element ref="INDEXED"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SELFCONSTRUCTED"/><xs:element ref="DATAITEM"/></xs:choice><xs:choice minOccurs="0"><xs:element ref="MARRIED"/><xs:element ref="NICKNAME"/></xs:choice></xs:sequence></xs:complexType></xs:element>
ReligiousName is a sub-element available withinpersonName which captures all names a personacquired through religion. For example, her namechange on entering a convent or a name she usedfor religious reasons.
WroteOrPublishedAs is an attribute attached toall the types of a person's name capturedwithin their biography section. This attributewill allow us to track all the different nameswomen writers published under. While we assumethat most writers published under their standardname and pseudonyms, they may also have used anickname or their married name, for instance, topublish material. This attribute works inconjunction with the authorname in thebibliography to link the name a text was publishedunder with the name of theperson.
Source
<xs:element name="RELIGIOUSNAME"><xs:annotation><xs:documentation>ReligiousName is a sub-element available within personName which captures all names a person acquired through religion. For example, her name change on entering a convent or a name she used for religious reasons.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" ref="FOREIGN"/></xs:sequence><xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Production is one of the three major components of the writing document (incombination with TextualFeatures and Reception). It should enclose discussions aboutthe conditions of a text's production whether they be material or cultural. Allother influences on the writer's life will be covered by the biography section.Production addresses the facts and factors of text creation and distribution, andthe description of the text as object (bibliographic description). This category canaddress a singular text or a group of texts in cases where you want to makegeneralizations about oeuvre.
<xs:element name="PRODUCTION"><xs:annotation><xs:documentation>Production is one of the three major components of the writing document (in combination with TextualFeatures and Reception). It should enclose discussions about the conditions of a text's production whether they be material or cultural. All other influences on the writer's life will be covered by the biography section. Production addresses the facts and factors of text creation and distribution, and the description of the text as object (bibliographic description). This category can address a singular text or a group of texts in cases where you want to make generalizations about oeuvre.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="CHRONSTRUCT"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SHORTPROSE"/></xs:choice><xs:choice minOccurs="0"><xs:element ref="P"/><xs:element ref="TEXTUALFEATURES"/></xs:choice></xs:sequence></xs:complexType></xs:element>
Previously called literary characteristics and content, this element addressesfeatures of critical interest in texts and provides space for textual analysis/closereadings as perceived by project members.
<xs:element name="TEXTUALFEATURES"><xs:annotation><xs:documentation>Previously called literary characteristics and content, this element addresses features of critical interest in texts and provides space for textual analysis/close readings as perceived by project members.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="CHRONSTRUCT"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="SHORTPROSE"/></xs:choice><xs:element minOccurs="0" maxOccurs="unbounded" ref="KEYWORDCLASS"/></xs:sequence></xs:complexType></xs:element>
Receptionis one of the three largest buckets in the writing documents (in addition toTextualFeatures and Production). Reception charts the effects and results of anindividual's writing, and the responses of self and others to an individual'swriting.
<xs:element name="RECEPTION"><xs:annotation><xs:documentation>Reception is one of the three largest buckets in the writing documents (in addition to TextualFeatures and Production). Reception charts the effects and results of an individual's writing, and the responses of self and others to an individual's writing.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="CHRONSTRUCT"/><xs:element ref="KEYWORDCLASS"/><xs:element ref="SHORTPROSE"/></xs:choice><xs:element minOccurs="0" ref="RRESPONSES"/></xs:sequence></xs:complexType></xs:element>
Death is one of the 16 major biography elements defined asintegral to mapping a woman's life. It capturesinformation concerning the date, place, and cause of aperson's death. Death dates should be entered inchronology form and will be extracted from individualbiography documents to be placed within other generalchronologies.
<xs:element name="DEATH"><xs:annotation><xs:documentation>Death is one of the 16 major biography elements defined as integral to mapping a woman's life. It captures information concerning the date, place, and cause of a person's death. Death dates should be entered in chronology form and will be extracted from individual biography documents to be placed within other general chronologies.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element minOccurs="0" ref="CHRONSTRUCT"/><xs:element minOccurs="0" maxOccurs="unbounded" ref="DIV2"/><xs:element minOccurs="0" ref="RESEARCHNOTE"/></xs:sequence></xs:complexType></xs:element>
Education is one of the 16 major biography elements definedas integral to mapping a woman's life. Educationcontains all information about a person's educationalbackground. Particular emphasis is placed on where and whenshe went to school (content tagging here will provideimportant links between different women writers who had thesame teacher or went to the same school), gender issues (theconditions affecting women's access to education), andsubjects studied (making connections between a subjectstudied by the writer and topics of herwriting).
This optional attribute attached to Educationrecords the mode of education and allows us todistinguish the important material effects between adomestic and an institutional education. Thisattribute allows us to trace the historicaldevelopments in women's access to education,for example, the informal domestic education ofwomen writers in the early periods versuswomen's entrance to post-secondary education inthe twentieth century.
Source
<xs:element name="EDUCATION"><xs:annotation><xs:documentation>Education is one of the 16 major biography elements defined as integral to mapping a woman's life. Education contains all information about a person's educational background. Particular emphasis is placed on where and when she went to school (content tagging here will provide important links between different women writers who had the same teacher or went to the same school), gender issues (the conditions affecting women's access to education), and subjects studied (making connections between a subject studied by the writer and topics of her writing).</xs:documentation></xs:annotation><xs:complexType><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="CHRONSTRUCT"/><xs:element ref="DIV2"/><xs:element ref="RESEARCHNOTE"/></xs:choice><xs:attribute name="MODE"><xs:annotation><xs:documentation>This optional attribute attached to Education records the mode of education and allows us to distinguish the important material effects between a domestic and an institutional education. This attribute allows us to trace the historical developments in women's access to education, for example, the informal domestic education of women writers in the early periods versus women's entrance to post-secondary education in the twentieth century.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="DOMESTIC"/><xs:enumeration value="INSTITUTIONAL"/><xs:enumeration value="SELF-TAUGHT"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Family is one of the 16 major biography elements defined asintegral to mapping a woman's life. Family contains allinformation about a person's family life (both herbirth family and her married family) and, when no membersub-element is used, captures general family information andallows for a discussion of multiple family members at thesame time. If you wish to discuss a specific family member(for example, husband or mother) open a member sub-elementin order to structure information like the names and jobs ofBritish women writers' mothers. For the purposes ofOrlando, we are defining "family" in the strictsense of the state-sanctioned institution. We acknowledgethe politically offensive nature of constructing the"family" as including only biological, by-marriageand by-adoption members. But, in order to ensure that we donot erase the material and ideological effects of thisconstruction, we do not want to merge alternative familieswith state sanctioned families, thereby hiding their veryreal differences. By including alternative families under"Intimate Relationships," we hope to facilitateresearch on the politics of the family. If the woman had alifelong relationship with a lover whom she did not marry,but the relationship played itself out in a family-likemanner, then tag family MEMBER="partner." If theydefined their relationship in opposition to the heterosexualfamily, then it probably should be tagged in theIntimateRelationship element.
<xs:element name="FAMILY"><xs:annotation><xs:documentation>Family is one of the 16 major biography elements defined as integral to mapping a woman's life. Family contains all information about a person's family life (both her birth family and her married family) and, when no member sub-element is used, captures general family information and allows for a discussion of multiple family members at the same time. If you wish to discuss a specific family member (for example, husband or mother) open a member sub-element in order to structure information like the names and jobs of British women writers' mothers. For the purposes of Orlando, we are defining "family" in the strict sense of the state-sanctioned institution. We acknowledge the politically offensive nature of constructing the "family" as including only biological, by-marriage and by-adoption members. But, in order to ensure that we do not erase the material and ideological effects of this construction, we do not want to merge alternative families with state sanctioned families, thereby hiding their very real differences. By including alternative families under "Intimate Relationships," we hope to facilitate research on the politics of the family. If the woman had a lifelong relationship with a lover whom she did not marry, but the relationship played itself out in a family-like manner, then tag family MEMBER="partner." If they defined their relationship in opposition to the heterosexual family, then it probably should be tagged in the IntimateRelationship element.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element minOccurs="0" ref="CHRONSTRUCT"/><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="DIV2"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="MEMBER"/></xs:choice></xs:sequence><xs:attribute name="ID" type="xs:NCName"/></xs:complexType></xs:element>
Member, a significant sub-element within Family,captures a discussion of a specific family member.For general discussions of family life, do notopen a member sub-element but remain withinFamily. Member allows us to structure informationconcerning particular family relations; forexample, by including a member element for themother of a British woman writer, we will be ableto generate a list for our end users of all thejobs of these mothers. We hope to make interestingconnections between women writer'srelationships to particular family members (forexample, group information concerning therelationship of eighteenth-century women writersto their aunts) but in order to do so we mustsystematize the discussions of these specificmembers.
Relation is a required attribute attached tomember. It specifies how the family memberdiscussed within the member element is related tothe person.
Source
<xs:element name="MEMBER"><xs:annotation><xs:documentation>Member, a significant sub-element within Family, captures a discussion of a specific family member. For general discussions of family life, do not open a member sub-element but remain within Family. Member allows us to structure information concerning particular family relations; for example, by including a member element for the mother of a British woman writer, we will be able to generate a list for our end users of all the jobs of these mothers. We hope to make interesting connections between women writer's relationships to particular family members (for example, group information concerning the relationship of eighteenth-century women writers to their aunts) but in order to do so we must systematize the discussions of these specific members.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice minOccurs="0"><xs:element ref="CHILDREN"/><xs:element ref="PLACE"/></xs:choice><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="CHRONSTRUCT"/><xs:element ref="DIV2"/><xs:element ref="MARRIAGE"/></xs:choice></xs:sequence><xs:attribute name="RELATION" use="required"><xs:annotation><xs:documentation>Relation is a required attribute attached to member. It specifies how the family member discussed within the member element is related to the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="MOTHER"/><xs:enumeration value="FATHER"/><xs:enumeration value="SISTER"/><xs:enumeration value="BROTHER"/><xs:enumeration value="AUNT"/><xs:enumeration value="UNCLE"/><xs:enumeration value="GRANDFATHER"/><xs:enumeration value="GRANDMOTHER"/><xs:enumeration value="GRANDDAUGHTER"/><xs:enumeration value="GRANDSON"/><xs:enumeration value="NEPHEW"/><xs:enumeration value="STEPSISTER"/><xs:enumeration value="STEPBROTHER"/><xs:enumeration value="STEPFATHER"/><xs:enumeration value="STEPMOTHER"/><xs:enumeration value="COUSIN"/><xs:enumeration value="FOREBEAR"/><xs:enumeration value="OTHER"/><xs:enumeration value="SON"/><xs:enumeration value="DAUGHTER"/><xs:enumeration value="STEPSON"/><xs:enumeration value="STEPDAUGHTER"/><xs:enumeration value="GUARDIAN"/><xs:enumeration value="NIECE"/><xs:enumeration value="HUSBAND"/><xs:enumeration value="WIFE"/><xs:enumeration value="CHILD"/><xs:enumeration value="PARTNER"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
The marriage element is used to capture the eventof a person's wedding ceremony or the fact ofher marriage. Marriage is often a central anddefining moment in a woman writer's life and wewant to systematize this event. Because of theinstitutional definition of marriage, we want toseparate out the legal act of marriage from thedetails of married life. For this reason, do notuse this element for a detailed discussion of hermarried life but place such discussions within thegeneral family/ member=husbandelement.
<xs:element name="MARRIAGE"><xs:annotation><xs:documentation>The marriage element is used to capture the event of a person's wedding ceremony or the fact of her marriage. Marriage is often a central and defining moment in a woman writer's life and we want to systematize this event. Because of the institutional definition of marriage, we want to separate out the legal act of marriage from the details of married life. For this reason, do not use this element for a detailed discussion of her married life but place such discussions within the general family/ member=husband element.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice maxOccurs="unbounded"><xs:element ref="CHRONSTRUCT"/><xs:element ref="DIV2"/></xs:choice><xs:element minOccurs="0" ref="RESEARCHNOTE"/></xs:sequence></xs:complexType></xs:element>
IntimateRelationships is one of the 16 major biographyelements defined as integral to mapping a woman's life.An intimate relationship is defined, for the purposes ofthis Project, as a relationship that involves any type ofintimacy ranging from emotional to psychological to materialand to sexual. This element seeks to counter the traditionalassumption that women's only intimate relations happenwithin the context of marriage or heterosexual relationsbetween sexual partners. It understands lifelong femalefriendships, defining psychological connections orerotically-charged same sex or opposite sex relationships asimportant to a woman's life. This element capturesinformation concerning both brief sexual affairs andlifelong non-sexual relationships (see attribute erotic fordistinguishing between the two). This element also seeks toredress the historical and ideological silence placed uponwomen's same-sex relationships; it recognizes thatbiographical information concerning these relationshipsoften is impossible to uncover; therefore this elementallows us to recognize these relations as significant whilenot assuming, in the absence of biographical proof, thatthey were sexual.
This attribute attached to intimateRelationshipsallows us to distinguish intimate relationships thatwere erotic and/or explicitly sexual from intimaterelationships that were not. Erotic in this contextsuggests that sexuality was an issue in therelationship, whether or not it was acted upon inboth same sex and opposite sex relations. In notwishing to assume that heterosexual relationsbetween sexual partners are the only standard forintimate relationships, we include both erotic andnon-erotic relations as central to a woman'slife and use this attribute to distinguish betweenthe two. This attribute also seeks to redress thehistorical and ideological silence placed uponwomen's same sex relationships; it recognizesthat biographical information concerning theserelationships often is impossible to uncover, andtherefore allows for an attribute value of"eroticPossibly" that registers thepossibility of a sexual relationship, when, in theabsence of biographical proof, it is impossible toclaim such as fact.
Source
<xs:element name="INTIMATERELATIONSHIPS"><xs:annotation><xs:documentation>IntimateRelationships is one of the 16 major biography elements defined as integral to mapping a woman's life. An intimate relationship is defined, for the purposes of this Project, as a relationship that involves any type of intimacy ranging from emotional to psychological to material and to sexual. This element seeks to counter the traditional assumption that women's only intimate relations happen within the context of marriage or heterosexual relations between sexual partners. It understands lifelong female friendships, defining psychological connections or erotically-charged same sex or opposite sex relationships as important to a woman's life. This element captures information concerning both brief sexual affairs and lifelong non-sexual relationships (see attribute erotic for distinguishing between the two). This element also seeks to redress the historical and ideological silence placed upon women's same-sex relationships; it recognizes that biographical information concerning these relationships often is impossible to uncover; therefore this element allows us to recognize these relations as significant while not assuming, in the absence of biographical proof, that they were sexual.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element minOccurs="0" ref="RESEARCHNOTE"/><xs:choice maxOccurs="unbounded"><xs:element ref="CHRONSTRUCT"/><xs:element ref="DIV2"/></xs:choice><xs:element minOccurs="0" ref="KEYWORDCLASS"/></xs:sequence><xs:attribute name="EROTIC"><xs:annotation><xs:documentation>This attribute attached to intimateRelationships allows us to distinguish intimate relationships that were erotic and/or explicitly sexual from intimate relationships that were not. Erotic in this context suggests that sexuality was an issue in the relationship, whether or not it was acted upon in both same sex and opposite sex relations. In not wishing to assume that heterosexual relations between sexual partners are the only standard for intimate relationships, we include both erotic and non-erotic relations as central to a woman's life and use this attribute to distinguish between the two. This attribute also seeks to redress the historical and ideological silence placed upon women's same sex relationships; it recognizes that biographical information concerning these relationships often is impossible to uncover, and therefore allows for an attribute value of "eroticPossibly" that registers the possibility of a sexual relationship, when, in the absence of biographical proof, it is impossible to claim such as fact.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="EROTICYES"/><xs:enumeration value="EROTICNO"/><xs:enumeration value="EROTICPOSSIBLY"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Location is one of the 16 major biography elements definedas integral to mapping a woman's life. One of thestrengths of our electronic literary history will be itsability to make connections between people and placeshitherto unknown. Researchers will be able to use ourresource to discover who was living in a particular place atthe same time or to make connections between historicalevents and women writers who were living in that place atthe time of the event. For these reasons, this Projectemphasizes location and place as one of the major focussesof our research. In addition, we emphasize structuringinformation concerning location because we hope to generatemaps for each writer, tracking her geographical movementsover the course of her life.
<xs:element name="LOCATION"><xs:annotation><xs:documentation>Location is one of the 16 major biography elements defined as integral to mapping a woman's life. One of the strengths of our electronic literary history will be its ability to make connections between people and places hitherto unknown. Researchers will be able to use our resource to discover who was living in a particular place at the same time or to make connections between historical events and women writers who were living in that place at the time of the event. For these reasons, this Project emphasizes location and place as one of the major focusses of our research. In addition, we emphasize structuring information concerning location because we hope to generate maps for each writer, tracking her geographical movements over the course of her life.</xs:documentation></xs:annotation><xs:complexType><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="CHRONSTRUCT"/><xs:element ref="DIV2"/><xs:element ref="RESEARCHNOTE"/></xs:choice><xs:attribute name="RELATIONTO" use="required"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="LIVED"/><xs:enumeration value="VISITED"/><xs:enumeration value="MOVED"/><xs:enumeration value="UNKNOWN"/><xs:enumeration value="TRAVELLED"/><xs:enumeration value="MIGRATED"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
Occupation is one of the 16 major biography elementsdefined as integral to mapping a woman's life. Thiselement captures all information about her paid and unpaidworking life. We are particularly interested in the genderednature of employment and emphasize the need to includeunpaid, underpaid, and domestic jobs under occupation. Weare also interested in the sexual division of labour andhope to track the types of jobs women held and how thesejobs change and develop across historicalperiods.
<xs:element name="OCCUPATION"><xs:annotation><xs:documentation>Occupation is one of the 16 major biography elements defined as integral to mapping a woman's life. This element captures all information about her paid and unpaid working life. We are particularly interested in the gendered nature of employment and emphasize the need to include unpaid, underpaid, and domestic jobs under occupation. We are also interested in the sexual division of labour and hope to track the types of jobs women held and how these jobs change and develop across historical periods.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice maxOccurs="unbounded"><xs:element ref="CHRONSTRUCT"/><xs:element ref="DIV2"/></xs:choice><xs:choice minOccurs="0"><xs:element ref="KEYWORDCLASS"/><xs:element ref="RESEARCHNOTE"/></xs:choice></xs:sequence></xs:complexType></xs:element>
PersonName is one of the 16 major biography elementsdefined as integral to mapping a woman's life. Itcaptures the detailed information about a person's(specifically, writer's) name. While the name elementindexes all standard names, personName allows the researcherto provide the details and all the variants of oneperson's name.
<xs:element name="PERSONNAME"><xs:annotation><xs:documentation>PersonName is one of the 16 major biography elements defined as integral to mapping a woman's life. It captures the detailed information about a person's (specifically, writer's) name. While the name element indexes all standard names, personName allows the researcher to provide the details and all the variants of one person's name.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element maxOccurs="unbounded" ref="DIV2"/><xs:element minOccurs="0" ref="RESEARCHNOTE"/></xs:sequence></xs:complexType></xs:element>
Politics is one of the 16 major biography elements definedas integral to mapping a woman's life. This contentelement captures all information concerning a person'spolitical life. Women's involvement in politicalactivities and organizations is a central critical concernin our literary history; we are interested in both howpolitical awareness influenced women's writing and howwriting influenced feminist political activity. Given thehigh priority we attach to political involvement, whereverpossible include information concerning her political life,however minimal.
<xs:element name="POLITICS"><xs:annotation><xs:documentation>Politics is one of the 16 major biography elements defined as integral to mapping a woman's life. This content element captures all information concerning a person's political life. Women's involvement in political activities and organizations is a central critical concern in our literary history; we are interested in both how political awareness influenced women's writing and how writing influenced feminist political activity. Given the high priority we attach to political involvement, wherever possible include information concerning her political life, however minimal.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element minOccurs="0" ref="RESEARCHNOTE"/><xs:choice maxOccurs="unbounded"><xs:element ref="CHRONSTRUCT"/><xs:element ref="DIV2"/></xs:choice><xs:element minOccurs="0" maxOccurs="unbounded" ref="KEYWORDCLASS"/></xs:sequence></xs:complexType></xs:element>
CulturalFormation is one of the 16 major biography elementsdefined as integral to mapping a woman's life. Itrefers to the constitution of a British Woman Writer'ssubjectivity and includes a number of different ways for youto talk about the pertinent issues. This element addressesthe imbrication of the triad race/class/gender; it allowsyou to say "She came from a Scottish dissentingfamily" without having to separate the differentelements that would be systematized as religion orraceEthnicity. We imagine that our use of the element willbe consonant with the direction that scholarship is takingin its treatment of race, nationality, etc.: not treatingthem as transhistorical or isolated categories but lookingat the way two or more categories intersect for a particulargroup at a particular historical period. We hope to provideour readers with two ways of accessing information aroundissues of a writer's subject positioning. Placing theidentifying category elements around her religiousdenomination ("Quaker"), sexual identity("lesbian") or nationality ("Scottish"),for example, will point our end users toward writers whomthey may be interested in researching if they were doing aproject on any of these issues (for example,"Contemporary Scottish women's writing").Placing a larger discussion within the general sub-elements(i.e., ClassIssue, Religion, etc.) will allow us to extractand merge all significant discussions of certain issues,providing our end users with a complex weave of informationthrough which to analyse the construction ofsubjectivity.
<xs:element name="CULTURALFORMATION"><xs:annotation><xs:documentation>CulturalFormation is one of the 16 major biography elements defined as integral to mapping a woman's life. It refers to the constitution of a British Woman Writer's subjectivity and includes a number of different ways for you to talk about the pertinent issues. This element addresses the imbrication of the triad race/class/gender; it allows you to say "She came from a Scottish dissenting family" without having to separate the different elements that would be systematized as religion or raceEthnicity. We imagine that our use of the element will be consonant with the direction that scholarship is taking in its treatment of race, nationality, etc.: not treating them as transhistorical or isolated categories but looking at the way two or more categories intersect for a particular group at a particular historical period. We hope to provide our readers with two ways of accessing information around issues of a writer's subject positioning. Placing the identifying category elements around her religious denomination ("Quaker"), sexual identity ("lesbian") or nationality ("Scottish"), for example, will point our end users toward writers whom they may be interested in researching if they were doing a project on any of these issues (for example, "Contemporary Scottish women's writing"). Placing a larger discussion within the general sub-elements (i.e., ClassIssue, Religion, etc.) will allow us to extract and merge all significant discussions of certain issues, providing our end users with a complex weave of information through which to analyse the construction of subjectivity.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice minOccurs="0"><xs:element ref="CLASS"/><xs:element ref="RACECOLOUR"/></xs:choice><xs:choice><xs:element ref="CHRONSTRUCT"/><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="DIV2"/><xs:element ref="CLASSISSUE"/><xs:element ref="NATIONALITYISSUE"/><xs:element ref="RACEANDETHNICITY"/><xs:element ref="RELIGION"/><xs:element ref="SEXUALITY"/></xs:choice></xs:choice></xs:sequence></xs:complexType></xs:element>
ClassIssue, a significant sub-element withinculturalFormation, is used to discuss theimportance of class within a person's life.In conjunction with the class element, classIssueallows us to capture information about how thesocio-economic conditions of her family andherself affected her life and writing. Weunderstand that class is a shifting category andthat a person's class position changes overthe course of her life, for example, on marriage.We also understand that class categories arehistorically and culturally specific. TheclassIssue element is meant to capture discussionsof these complexities and allow for the historicaland biographical specificities of one'srelation to class.
<xs:element name="CLASSISSUE"><xs:annotation><xs:documentation>ClassIssue, a significant sub-element within culturalFormation, is used to discuss the importance of class within a person's life. In conjunction with the class element, classIssue allows us to capture information about how the socio-economic conditions of her family and herself affected her life and writing. We understand that class is a shifting category and that a person's class position changes over the course of her life, for example, on marriage. We also understand that class categories are historically and culturally specific. The classIssue element is meant to capture discussions of these complexities and allow for the historical and biographical specificities of one's relation to class.</xs:documentation></xs:annotation><xs:complexType><xs:choice><xs:element ref="CHRONSTRUCT"/><xs:element ref="DIV2"/></xs:choice></xs:complexType></xs:element>
NationalityIssue is a significant sub-elementwithin culturalFormation which captures adiscussion about her nationality. It works inconjunction with the nationality element tostructure the national subject positions of womenwriters. Use to discuss issues of importancearound a woman's nationality as it impingesupon identity. For the most part, writers willhave geog, national or ethnic heritage of note,and in the element "nationalityIssue,"we can discuss or name a writer's nationalityas English, Irish, Scottish, Welsh. Avoid usingBritish in the nationality tag, and use morespecific designations when you can because theseprobably mattered more.
<xs:element name="NATIONALITYISSUE"><xs:annotation><xs:documentation>NationalityIssue is a significant sub-element within culturalFormation which captures a discussion about her nationality. It works in conjunction with the nationality element to structure the national subject positions of women writers. Use to discuss issues of importance around a woman's nationality as it impinges upon identity. For the most part, writers will have geog, national or ethnic heritage of note, and in the element "nationalityIssue," we can discuss or name a writer's nationality as English, Irish, Scottish, Welsh. Avoid using British in the nationality tag, and use more specific designations when you can because these probably mattered more.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="DIV2"/></xs:sequence></xs:complexType></xs:element>
RaceAndEthnicity is a significant sub-elementwithin culturalFormation. It captures informationand discussions of a person's subjectposition with regards to race and ethnicity byworking in conjunction with subject specificsub-elements (raceColour, nationalHeritage,geogHeritage, ethnicity). The following discussionapplies to both the general discursive discussionof raceAndEthnicity as well as the specificsub-element categories. Despite the anxieties ofthe ways in which categories of race or ethnicitycirculate and serve various kinds of undesirableinterests, to ignore or go the totally free-textroute is not a responsible solution for thisproject, though it would certainly be easier andsimpler. The trick here is to make thecomplexities of the question of race and ethnicityemerge, and to make it clear that these areshifting, historically constituted, andinterestedly deployed categories whose use must beunderstood contextually. The discursiveness withwhich we will present these categories will,hopefully, help to do this and also allay theanxiety we feel about "labelling" in avacuum. In other words, the project has no notionthat we could or should come up with what is inany way an exact, fully defined, or mutuallyexclusive set of categories: the point is theoverlap within them. Within this system, countingper se becomes highly problematic and the user hasto do some work (and some thinking/activedefining) before arriving at any kind of list orcount, and will hopefully arrive at it with asense of how problematic such an activity is. Wewant, as we go, to build carefully sets ofassociations for either the thesaurus or aspecialized search function, gradually building aset of lists, eventually with fleshed-outdefinitions, to become glossary items attached tothe terms that are hard to understand. Peopletagging will use what terms seem to them to beright for the context, tagging with the categoryor categories within which they seem to fit, butthey should be encouraged not to letrace/ethnicity become invisible or only an issuein relation to the marginalized. If we think itwill look silly if there is a statement in entryafter entry on British women writers saying thatshe was (presumably) white, I think that's anindication of the force of biographicalconventions and we should not let them dictate ourpractices. And we should, as stressed by thoseconcerned about "white" and"black" as homogenizing categories,encourage people to reach for specificity throughmultiplicity: i.e. generally attempt to include atleast two of: "race/colour";"ethnicity"; "nationality" or"national-heritage." Beginning with thelist started by the race-ethnicity subgroup, wehave devised a structured vocabulary for thesetags, though the lists need not be mutuallyexclusive or even internally consistent. Thus"Jewish" will appear in both"race/colour" and "ethnicity"tag lists, "Ukrainian" may appear inboth "national-heritage" and"ethnicity" tag lists.
<xs:element name="RACEANDETHNICITY"><xs:annotation><xs:documentation>RaceAndEthnicity is a significant sub-element within culturalFormation. It captures information and discussions of a person's subject position with regards to race and ethnicity by working in conjunction with subject specific sub-elements (raceColour, nationalHeritage, geogHeritage, ethnicity). The following discussion applies to both the general discursive discussion of raceAndEthnicity as well as the specific sub-element categories. Despite the anxieties of the ways in which categories of race or ethnicity circulate and serve various kinds of undesirable interests, to ignore or go the totally free-text route is not a responsible solution for this project, though it would certainly be easier and simpler. The trick here is to make the complexities of the question of race and ethnicity emerge, and to make it clear that these are shifting, historically constituted, and interestedly deployed categories whose use must be understood contextually. The discursiveness with which we will present these categories will, hopefully, help to do this and also allay the anxiety we feel about "labelling" in a vacuum. In other words, the project has no notion that we could or should come up with what is in any way an exact, fully defined, or mutually exclusive set of categories: the point is the overlap within them. Within this system, counting per se becomes highly problematic and the user has to do some work (and some thinking/active defining) before arriving at any kind of list or count, and will hopefully arrive at it with a sense of how problematic such an activity is. We want, as we go, to build carefully sets of associations for either the thesaurus or a specialized search function, gradually building a set of lists, eventually with fleshed-out definitions, to become glossary items attached to the terms that are hard to understand. People tagging will use what terms seem to them to be right for the context, tagging with the category or categories within which they seem to fit, but they should be encouraged not to let race/ethnicity become invisible or only an issue in relation to the marginalized. If we think it will look silly if there is a statement in entry after entry on British women writers saying that she was (presumably) white, I think that's an indication of the force of biographical conventions and we should not let them dictate our practices. And we should, as stressed by those concerned about "white" and "black" as homogenizing categories, encourage people to reach for specificity through multiplicity: i.e. generally attempt to include at least two of: "race/colour"; "ethnicity"; "nationality" or "national-heritage." Beginning with the list started by the race-ethnicity subgroup, we have devised a structured vocabulary for these tags, though the lists need not be mutually exclusive or even internally consistent. Thus "Jewish" will appear in both "race/colour" and "ethnicity" tag lists, "Ukrainian" may appear in both "national-heritage" and "ethnicity" tag lists.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="DIV2"/></xs:sequence></xs:complexType></xs:element>
Religion is one of the issues (along withsexuality, race and ethnicity, language, class,and nationality) we have defined as significant indiscussing the cultural formation of a person.This element captures discussions of her religionas an identity, as an issue in her life and herreligious beliefs and affiliations. We areinterested in the effect of a religious upbringingon a woman writer and emphasize the inclusion ofher family's religion inside either areligion or culturalFormation element whether ornot she practised that religion for her life. Weare interested in women's relationships withinstitutions and therefore wish to capture in thiselement information regarding religiousinstitutions. We are also interested in thecrucial role religious movements have had inwomen's writing, particularly in the earlymodern periods, and envision our end users beingable to trace the influence of Quakerism, forexample, on women's writing andlives.
<xs:element name="RELIGION"><xs:annotation><xs:documentation>Religion is one of the issues (along with sexuality, race and ethnicity, language, class, and nationality) we have defined as significant in discussing the cultural formation of a person. This element captures discussions of her religion as an identity, as an issue in her life and her religious beliefs and affiliations. We are interested in the effect of a religious upbringing on a woman writer and emphasize the inclusion of her family's religion inside either a religion or culturalFormation element whether or not she practised that religion for her life. We are interested in women's relationships with institutions and therefore wish to capture in this element information regarding religious institutions. We are also interested in the crucial role religious movements have had in women's writing, particularly in the early modern periods, and envision our end users being able to trace the influence of Quakerism, for example, on women's writing and lives.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element minOccurs="0" ref="CHRONSTRUCT"/><xs:element minOccurs="0" maxOccurs="unbounded" ref="DIV2"/><xs:element minOccurs="0" ref="KEYWORDCLASS"/></xs:sequence></xs:complexType></xs:element>
Sexuality is one of the issues (along withreligion, race and ethnicity, language, class, andnationality) we have defined as significant indiscussing the cultural formation of a woman. Thiselement captures discussions of her sexuality asan identity or as an issue in her life. It is notmeant to capture individual sexual experiences andrelationships (see intimateRelationships).Relationships with others should be discussed herewithin the context of the effect on her life andthe effect on her understanding of her ownsexuality. But descriptions of those relationshipsshould be captured in intimateRelationships. Weare attempting, within this element, to gesturetowards some of the complicated issues aroundsexuality, for example, the politics of outing,the historical specificity of some categories suchas "congenital invert," or the multipleforms of relating to one's own sexuality.Capturing discussions of her sexuality within thiselement, will help researchers interested in thehistorical, ideological and gendered constructionsof sexuality.
<xs:element name="SEXUALITY"><xs:annotation><xs:documentation>Sexuality is one of the issues (along with religion, race and ethnicity, language, class, and nationality) we have defined as significant in discussing the cultural formation of a woman. This element captures discussions of her sexuality as an identity or as an issue in her life. It is not meant to capture individual sexual experiences and relationships (see intimateRelationships). Relationships with others should be discussed here within the context of the effect on her life and the effect on her understanding of her own sexuality. But descriptions of those relationships should be captured in intimateRelationships. We are attempting, within this element, to gesture towards some of the complicated issues around sexuality, for example, the politics of outing, the historical specificity of some categories such as "congenital invert," or the multiple forms of relating to one's own sexuality. Capturing discussions of her sexuality within this element, will help researchers interested in the historical, ideological and gendered constructions of sexuality.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element maxOccurs="unbounded" ref="DIV2"/></xs:sequence></xs:complexType></xs:element>
FriendsAssociates is one of the 16 major biography elementsdefined as integral to mapping a woman's life. Becauseof the ability of our electronic literary history to makelinks between people, mapping the friendships and personalconnections of women's writers is a very high priority.Systematizing the people that a woman writer knew will allowus to make connections between writers hitherto unknown.This original research will provide end users with a wealthof information about personal, political, intellectual, andother relationships. To the best of your ability, try toinclude summary statements about her friendships andassociations, paying particular attention to her connectionswith notable literary and/or historical figures. The titleof Friendship and Associates is meant to reflect the factthat not all of a woman's associates may be friends.Therefore, you may, within this element, discuss enmities orassociations that are not strictly friendships. It alsoprovides a way to indicate that a woman writer had coffeewith Samuel Johnson on one notable day, but that theyweren't necessarily friends. Discussions of friendshipsor relationships that impinged upon the woman's senseof her own sexuality, would be best captured within eithersexuality or intimateRelationships.
<xs:element name="FRIENDSASSOCIATES"><xs:annotation><xs:documentation>FriendsAssociates is one of the 16 major biography elements defined as integral to mapping a woman's life. Because of the ability of our electronic literary history to make links between people, mapping the friendships and personal connections of women's writers is a very high priority. Systematizing the people that a woman writer knew will allow us to make connections between writers hitherto unknown. This original research will provide end users with a wealth of information about personal, political, intellectual, and other relationships. To the best of your ability, try to include summary statements about her friendships and associations, paying particular attention to her connections with notable literary and/or historical figures. The title of Friendship and Associates is meant to reflect the fact that not all of a woman's associates may be friends. Therefore, you may, within this element, discuss enmities or associations that are not strictly friendships. It also provides a way to indicate that a woman writer had coffee with Samuel Johnson on one notable day, but that they weren't necessarily friends. Discussions of friendships or relationships that impinged upon the woman's sense of her own sexuality, would be best captured within either sexuality or intimateRelationships.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice maxOccurs="unbounded"><xs:element ref="CHRONSTRUCT"/><xs:element ref="DIV2"/></xs:choice><xs:element minOccurs="0" ref="RESEARCHNOTE"/></xs:sequence></xs:complexType></xs:element>
Leisure and Society is one of the 16 major biographyelements defined as integral to mapping a woman's life.It captures information concerning the cultural and socialactivities of a person, including hobbies, sporting life andnon-literary cultural life. Individual friendships should becaptured under friendsAssociates and volunteer philanthropicactivities should be captured under occupation but herhosting a literary salon or her mountain climbing should beentered here. For the purposes of this Project, we are notdefining "leisure" as what she does with her"free time" because this assumes a gendered andclassed notion of labour. "Society" in thiscontext refers to the larger community and her social lifewithin it, not an elite, fashionable socialcircle.
<xs:element name="LEISUREANDSOCIETY"><xs:annotation><xs:documentation>Leisure and Society is one of the 16 major biography elements defined as integral to mapping a woman's life. It captures information concerning the cultural and social activities of a person, including hobbies, sporting life and non-literary cultural life. Individual friendships should be captured under friendsAssociates and volunteer philanthropic activities should be captured under occupation but her hosting a literary salon or her mountain climbing should be entered here. For the purposes of this Project, we are not defining "leisure" as what she does with her "free time" because this assumes a gendered and classed notion of labour. "Society" in this context refers to the larger community and her social life within it, not an elite, fashionable social circle.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element minOccurs="0" ref="CHRONSTRUCT"/><xs:element minOccurs="0" maxOccurs="unbounded" ref="DIV2"/></xs:sequence></xs:complexType></xs:element>
OtherLifeEvent is a Div1 content element that allows you todiscuss biographical events not covered by any of the otherDiv1 elements. This is the place to discuss what does notfit anywhere else.
<xs:element name="OTHERLIFEEVENT"><xs:annotation><xs:documentation>OtherLifeEvent is a Div1 content element that allows you to discuss biographical events not covered by any of the other Div1 elements. This is the place to discuss what does not fit anywhere else.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" ref="CHRONSTRUCT"/><xs:choice><xs:element ref="RESEARCHNOTE"/><xs:element minOccurs="0" maxOccurs="unbounded" ref="DIV2"/></xs:choice></xs:sequence></xs:complexType></xs:element>
Violence is one of the 16 major biography elements definedas integral to mapping a woman's life. Record allinstances of physical, sexual, and undue emotional abusewithin this element, whether the person was the victim orthe perpetrator. We are particularly interested in theeffects of violence against women on the history ofwomen's writing and the historical, social andpolitical issues surrounding violence against women. Thiselement is not reserved for acts of violence that the personeither committed or was the victim of, but it can include adiscussion of the effect of an exposure to violence on herlife.
<xs:element name="VIOLENCE"><xs:annotation><xs:documentation>Violence is one of the 16 major biography elements defined as integral to mapping a woman's life. Record all instances of physical, sexual, and undue emotional abuse within this element, whether the person was the victim or the perpetrator. We are particularly interested in the effects of violence against women on the history of women's writing and the historical, social and political issues surrounding violence against women. This element is not reserved for acts of violence that the person either committed or was the victim of, but it can include a discussion of the effect of an exposure to violence on her life.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element minOccurs="0" ref="KEYWORDCLASS"/><xs:element maxOccurs="unbounded" ref="DIV2"/></xs:sequence></xs:complexType></xs:element>
Wealth is one of the 16 major biography elements defined asintegral to mapping a woman's life. This elementcaptures information about a person's economic standing thatcannot be adequately conveyed using the class and occupationelements. We are particularly interested in whether herfinancial status provided the material conditions necessaryfor writing and therefore emphasize inclusion of herfinancial status. Information concerning inheritance,pensions and personal financial disasters should be capturedhere.
<xs:element name="WEALTH"><xs:annotation><xs:documentation>Wealth is one of the 16 major biography elements defined as integral to mapping a woman's life. This element captures information about a person's economic standing that cannot be adequately conveyed using the class and occupation elements. We are particularly interested in whether her financial status provided the material conditions necessary for writing and therefore emphasize inclusion of her financial status. Information concerning inheritance, pensions and personal financial disasters should be captured here.</xs:documentation></xs:annotation><xs:complexType><xs:choice maxOccurs="unbounded"><xs:element ref="CHRONSTRUCT"/><xs:element ref="DIV2"/></xs:choice></xs:complexType></xs:element>
Health is one of the 16 major biography elements defined asintegral to mapping a woman's life. Within thiselement, discuss all events and issues associated with herhealth, both mental and physical. We are particularlyinterested in women's health issues and this elementhas an associated attribute value to indicate such. We hopeto make connections between social, political and historicalhealth issues (for example, the gendered nature of mentalhealth) and the personal lives of women writers (theexperience of a woman writer being incarcerated in a mentalinstitution). While we are not interested in listing allhealth problems a woman writer encountered, we areinterested in analyzing the effect of her health on her lifeand writing.
Issue denotes the specific type of health issuedescribed within a biography section. Its attributevalues will allow us to separate health issuespertaining to physical and mental health and tospecifically female health concerns. We areinterested in facilitating research on the genderednature of women's relation to the medicalinstitution, female illnesses such as breast cancer,and women's oppression by mental healthinstitutions, to name only a few.
Source
<xs:element name="HEALTH"><xs:annotation><xs:documentation>Health is one of the 16 major biography elements defined as integral to mapping a woman's life. Within this element, discuss all events and issues associated with her health, both mental and physical. We are particularly interested in women's health issues and this element has an associated attribute value to indicate such. We hope to make connections between social, political and historical health issues (for example, the gendered nature of mental health) and the personal lives of women writers (the experience of a woman writer being incarcerated in a mental institution). While we are not interested in listing all health problems a woman writer encountered, we are interested in analyzing the effect of her health on her life and writing.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element minOccurs="0" ref="RESEARCHNOTE"/><xs:choice maxOccurs="unbounded"><xs:element ref="CHRONSTRUCT"/><xs:element ref="DIV2"/></xs:choice></xs:sequence><xs:attribute name="ISSUE"><xs:annotation><xs:documentation>Issue denotes the specific type of health issue described within a biography section. Its attribute values will allow us to separate health issues pertaining to physical and mental health and to specifically female health concerns. We are interested in facilitating research on the gendered nature of women's relation to the medical institution, female illnesses such as breast cancer, and women's oppression by mental health institutions, to name only a few.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="PHYSICAL"/><xs:enumeration value="MENTAL"/><xs:enumeration value="FEMALEBODY"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>
<xs:element name="WRITING"><xs:annotation><xs:documentation>Writing is the large, all-encompassing element in all writing documents.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="HEADING"/><xs:element ref="RESEARCHNOTE"/><xs:element name="DIV1"><xs:annotation><xs:documentation>Div1 (i.e. level-1 text division) is an element that marks the second largest structural division in a document.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element minOccurs="0" ref="HEADING"/><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="RESEARCHNOTE"/><xs:element ref="TEXTSCOPE"/><xs:element name="DIV2"><xs:annotation><xs:documentation>Div2 (i.e. level-2 text division) is an element that marks the third largest structural division in a document.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice minOccurs="0"><xs:element ref="HEADING"/><xs:element ref="TITLE"/></xs:choice><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="KEYWORDCLASS"/><xs:element ref="PRODUCTION"/><xs:element ref="RECEPTION"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="TEXTSCOPE"/><xs:element ref="TEXTUALFEATURES"/></xs:choice></xs:sequence><xs:attribute name="ID" type="xs:NCName"/></xs:complexType></xs:element></xs:choice></xs:sequence></xs:complexType></xs:element></xs:choice><xs:element minOccurs="0" ref="BIOGPROSE"/></xs:sequence><xs:attribute name="ID" type="xs:NCName"/></xs:complexType></xs:element>
<xs:element name="DIV1"><xs:annotation><xs:documentation>Div1 (i.e. level-1 text division) is an element that marks the second largest structural division in a document.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element minOccurs="0" ref="HEADING"/><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="RESEARCHNOTE"/><xs:element ref="TEXTSCOPE"/><xs:element name="DIV2"><xs:annotation><xs:documentation>Div2 (i.e. level-2 text division) is an element that marks the third largest structural division in a document.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice minOccurs="0"><xs:element ref="HEADING"/><xs:element ref="TITLE"/></xs:choice><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="KEYWORDCLASS"/><xs:element ref="PRODUCTION"/><xs:element ref="RECEPTION"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="TEXTSCOPE"/><xs:element ref="TEXTUALFEATURES"/></xs:choice></xs:sequence><xs:attribute name="ID" type="xs:NCName"/></xs:complexType></xs:element></xs:choice></xs:sequence></xs:complexType></xs:element>
<xs:element name="DIV2"><xs:annotation><xs:documentation>Div2 (i.e. level-2 text division) is an element that marks the third largest structural division in a document.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:choice minOccurs="0"><xs:element ref="HEADING"/><xs:element ref="TITLE"/></xs:choice><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="KEYWORDCLASS"/><xs:element ref="PRODUCTION"/><xs:element ref="RECEPTION"/><xs:element ref="RESEARCHNOTE"/><xs:element ref="TEXTSCOPE"/><xs:element ref="TEXTUALFEATURES"/></xs:choice></xs:sequence><xs:attribute name="ID" type="xs:NCName"/></xs:complexType></xs:element>
The WorksCited is an informal but complete list of all sources used in thewriting of documents. You should ensure that all of these sources are alsoentered in the bibliography database.
<xs:element name="WORKSCITED"><xs:annotation><xs:documentation>The WorksCited is an informal but complete list of all sources used in the writing of documents. You should ensure that all of these sources are also entered in the bibliography database.</xs:documentation></xs:annotation><xs:complexType><xs:choice maxOccurs="unbounded"><xs:element ref="RESEARCHNOTE"/><xs:element ref="SOURCE"/></xs:choice></xs:complexType></xs:element>
<xs:element name="SOURCE"><xs:annotation><xs:documentation>source describes the original source for the information contained with a manuscript description.</xs:documentation></xs:annotation><xs:complexType mixed="true"><xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element ref="RESEARCHNOTE"/><xs:element ref="SCHOLARNOTE"/><xs:element ref="TITLE"/></xs:choice></xs:complexType></xs:element>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="CALENDAR" default="NEWSTYLE"><xs:annotation><xs:documentation>An attribute of date, dateRange, and dateStruct, calendar is used to indicate when a given date took place.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NEWSTYLE"/><xs:enumeration value="BC"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="EXACT"><xs:annotation><xs:documentation>An attribute of dateRange, exact is used in conjunction with the to and from attributes to express the certainty of each end of a dateRange.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TO"/><xs:enumeration value="FROM"/><xs:enumeration value="BOTH"/><xs:enumeration value="NEITHER"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="FROM"><xs:annotation><xs:documentation>From is used to record a formatted date-related value.</xs:documentation></xs:annotation><xs:simpleType><xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/></xs:simpleType></xs:attribute>
<xs:attribute name="TO"><xs:annotation><xs:documentation>To is used to record a formatted date-related value.</xs:documentation></xs:annotation><xs:simpleType><xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/></xs:simpleType></xs:attribute>
<xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG" type="xs:NCName"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="TYPE"><xs:annotation><xs:documentation>Type characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
This optional attribute attached to school records the significantdifferences between types of institutions. We are interested in the effectof institutional structures on women's lives and hope to capture, forexample, how institutional differences between trade schools and boardingschools influenced women. Because of the complicated range of educationalinsitutions, this attribute has numerous values.
Type
restriction of xs:token
Properties
content
simple
Facets
enumeration
BOARDING
boarding:a boarding school is a school at which the students sleep. Common in thefee-paying system, less common in the state or free system, though insome areas like the Highlands and Islands of Scotland boarding schoolsare (or maybe were) standard at secondary level because of far-flungnature of terrain. Often weekly boarding (home for weekends) rather thanfor whole term. You can call them boarding schools even if they takesome day pupils as well.
enumeration
GRAMMAR
grammar:Grammar schools date back to the middle ages; grammar in title meanseducation in Latin (occasionally Greek as well). They were for boysonly, though some took a few girls almost without noticing. Grammarschools for girls began in the nineteenth century; academic educationwas thought of as needing single-sex environment. Entrance exam from19?? was exam called the "Eleven Plus" from age at which children satit. Grammar schools creamed off the top 10% or so of the population.They gradually died out after Comprehensive Schools were set up by actof 19??. Presently making a come-back.
enumeration
PRIVATE
private:The broad category private (or fee-paying) includes the subcategory ofpublic schools which are a particular group of high-status, now privateschools with a particular history.
enumeration
STATE
state:Schools provided for out of the taxes for free education are calledstate schools.
enumeration
DAMESCHOOL
dameSchool: A totally informal school run by a woman on her owninitiative, usually at a primary level: teaching elementary alphabet,etc. Dr. Johnson went to one.
enumeration
DAYSCHOOL
dayschool: a day school applies in contexts where boarding schools arecommon. Attending a day school is different from being a day pupil at aboarding school.
enumeration
COMPREHENSIVE
comprehensive: Brave new idea of putting whole ability range in same(therefore typically larger) school. In many communities the grammarschool and the secondary modern were each converted into a comprehensiveand the teachers had to spend a decade convincing the local residentsthat the one that used to be the secondary modern was now as good as theone that used to be the grammar school.
enumeration
SECONDARYMODERN
secondaryModern: These replaced trade or vocational schools whenanother Education Act went through, as the schools for those who failedthe 11+ exam. A well-meant system but children felt rejected. Harrowingtales of those who actually made it to university in the end despitehaving failed the 11+ and attended a Secondary Modern.
enumeration
TRADESCHOOL
tradeSchool: A secondary or post secondary institution where peoplelearn a trade.
<xs:attribute name="INSTITUTION"><xs:annotation><xs:documentation>This optional attribute attached to school records the significant differences between types of institutions. We are interested in the effect of institutional structures on women's lives and hope to capture, for example, how institutional differences between trade schools and boarding schools influenced women. Because of the complicated range of educational insitutions, this attribute has numerous values.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="BOARDING"><xs:annotation><xs:documentation>boarding: a boarding school is a school at which the students sleep. Common in the fee-paying system, less common in the state or free system, though in some areas like the Highlands and Islands of Scotland boarding schools are (or maybe were) standard at secondary level because of far-flung nature of terrain. Often weekly boarding (home for weekends) rather than for whole term. You can call them boarding schools even if they take some day pupils as well.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="GRAMMAR"><xs:annotation><xs:documentation>grammar: Grammar schools date back to the middle ages; grammar in title means education in Latin (occasionally Greek as well). They were for boys only, though some took a few girls almost without noticing. Grammar schools for girls began in the nineteenth century; academic education was thought of as needing single-sex environment. Entrance exam from 19?? was exam called the "Eleven Plus" from age at which children sat it. Grammar schools creamed off the top 10% or so of the population. They gradually died out after Comprehensive Schools were set up by act of 19??. Presently making a come-back.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="PRIVATE"><xs:annotation><xs:documentation>private: The broad category private (or fee-paying) includes the subcategory of public schools which are a particular group of high-status, now private schools with a particular history.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="STATE"><xs:annotation><xs:documentation>state: Schools provided for out of the taxes for free education are called state schools.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="DAMESCHOOL"><xs:annotation><xs:documentation>dameSchool: A totally informal school run by a woman on her own initiative, usually at a primary level: teaching elementary alphabet, etc. Dr. Johnson went to one.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="DAYSCHOOL"><xs:annotation><xs:documentation>day school: a day school applies in contexts where boarding schools are common. Attending a day school is different from being a day pupil at a boarding school.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="COMPREHENSIVE"><xs:annotation><xs:documentation>comprehensive: Brave new idea of putting whole ability range in same (therefore typically larger) school. In many communities the grammar school and the secondary modern were each converted into a comprehensive and the teachers had to spend a decade convincing the local residents that the one that used to be the secondary modern was now as good as the one that used to be the grammar school.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="SECONDARYMODERN"><xs:annotation><xs:documentation>secondaryModern: These replaced trade or vocational schools when another Education Act went through, as the schools for those who failed the 11+ exam. A well-meant system but children felt rejected. Harrowing tales of those who actually made it to university in the end despite having failed the 11+ and attended a Secondary Modern.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="TRADESCHOOL"><xs:annotation><xs:documentation>tradeSchool: A secondary or post secondary institution where people learn a trade.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="PREP"/></xs:restriction></xs:simpleType></xs:attribute>
This optional attribute attached to school allows us to gather informationabout the level of educational status achieved by a person. We areinterested in how many women writers went to university, how many had accessto primary education but not secondary, and the difference institutionallevels of women's education across historicalperiods.
<xs:attribute name="INSTITUTIONLEVEL"><xs:annotation><xs:documentation>This optional attribute attached to school allows us to gather information about the level of educational status achieved by a person. We are interested in how many women writers went to university, how many had access to primary education but not secondary, and the difference institutional levels of women's education across historical periods.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="PRIMARY"/><xs:enumeration value="SECONDARY"/><xs:enumeration value="POST-SECONDARY"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
This optional attribute attached to school registers whether or not theschool attended was a religious school and tracks the changing historicalsignificance of organized religion to women'seducation.
<xs:attribute name="RELIGIOUS" default="RELIGIOUSYES"><xs:annotation><xs:documentation>This optional attribute attached to school registers whether or not the school attended was a religious school and tracks the changing historical significance of organized religion to women's education.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="RELIGIOUSYES"/></xs:restriction></xs:simpleType></xs:attribute>
This optional attribute attached to school records whether or not theschool is a single sex school. This attribute helps us to interpret theinfluence of single sex education on women writers across historicalperiods.
<xs:attribute name="STUDENTBODY"><xs:annotation><xs:documentation>This optional attribute attached to school records whether or not the school is a single sex school. This attribute helps us to interpret the influence of single sex education on women writers across historical periods.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SINGLESEX"/><xs:enumeration value="CO-ED"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="TYPE"><xs:annotation><xs:documentation>Type characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="VALUE" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="VALUE" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="VALUE" type="xs:integer"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="VALUE" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="VALUE" type="xs:NMTOKEN"><xs:annotation><xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="CALENDAR" default="NEWSTYLE"><xs:annotation><xs:documentation>An attribute of date, dateRange, and dateStruct, calendar is used to indicate when a given date took place.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NEWSTYLE"/><xs:enumeration value="BC"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="VALUE"><xs:annotation><xs:documentation>Value is used to record a formatted date-related value.</xs:documentation></xs:annotation><xs:simpleType><xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/></xs:simpleType></xs:attribute>
<xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. This attributewill allow us to track all the different names women writers publishedunder. While we assume that most writers published under their standard nameand pseudonyms, they may also have used a nickname or their married name,for instance, to publish material. This attribute works in conjunction withthe authorname in the bibliography to link the name a text was publishedunder with the name of the person.
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. This attributewill allow us to track all the different names women writers publishedunder. While we assume that most writers published under their standard nameand pseudonyms, they may also have used a nickname or their married name,for instance, to publish material. This attribute works in conjunction withthe authorname in the bibliography to link the name a text was publishedunder with the name of the person.
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. This attributewill allow us to track all the different names women writers publishedunder. While we assume that most writers published under their standard nameand pseudonyms, they may also have used a nickname or their married name,for instance, to publish material. This attribute works in conjunction withthe authorname in the bibliography to link the name a text was publishedunder with the name of the person.
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute>
NameSignifier, an attribute attached to the elements nickname, pseudonymand self-constructed, is used to distinguish the way such names derive theirsignificance. For example, whether the name signifies a variant of their ownname, their geographical location or a name specific to the romancetradition.
<xs:attribute name="NAMESIGNIFIER" default="CRYPTIC"><xs:annotation><xs:documentation>NameSignifier, an attribute attached to the elements nickname, pseudonym and self-constructed, is used to distinguish the way such names derive their significance. For example, whether the name signifies a variant of their own name, their geographical location or a name specific to the romance tradition.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CRYPTIC"/><xs:enumeration value="LOCAL"/><xs:enumeration value="ROMANCE"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. This attributewill allow us to track all the different names women writers publishedunder. While we assume that most writers published under their standard nameand pseudonyms, they may also have used a nickname or their married name,for instance, to publish material. This attribute works in conjunction withthe authorname in the bibliography to link the name a text was publishedunder with the name of the person.
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute>
NameSignifier, an attribute attached to the elements nickname, pseudonymand self-constructed, is used to distinguish the way such names derive theirsignificance. For example, whether the name signifies a variant of their ownname, their geographical location or a name specific to the romancetradition.
<xs:attribute name="NAMESIGNIFIER" default="CRYPTIC"><xs:annotation><xs:documentation>NameSignifier, an attribute attached to the elements nickname, pseudonym and self-constructed, is used to distinguish the way such names derive their significance. For example, whether the name signifies a variant of their own name, their geographical location or a name specific to the romance tradition.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CRYPTIC"/><xs:enumeration value="LOCAL"/><xs:enumeration value="ROMANCE"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. This attributewill allow us to track all the different names women writers publishedunder. While we assume that most writers published under their standard nameand pseudonyms, they may also have used a nickname or their married name,for instance, to publish material. This attribute works in conjunction withthe authorname in the bibliography to link the name a text was publishedunder with the name of the person.
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
NameConnotation is an optional attribute attached to nickname whichdistinguishes between nicknames for women writers that were either meant tosatirize and abuse or were intended to honour. For example, ConstanceGore-Booth was known in the press by the nickname of "RedCountess" and this nickname had negative connotations. We hope to helpresearchers trace the way gender operates to both abuse and honour womenwriters through the application of nicknames.
<xs:attribute name="NAMECONNOTATION" default="ABUSIVE"><xs:annotation><xs:documentation>NameConnotation is an optional attribute attached to nickname which distinguishes between nicknames for women writers that were either meant to satirize and abuse or were intended to honour. For example, Constance Gore-Booth was known in the press by the nickname of "Red Countess" and this nickname had negative connotations. We hope to help researchers trace the way gender operates to both abuse and honour women writers through the application of nicknames.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ABUSIVE"/><xs:enumeration value="HONORIFIC"/></xs:restriction></xs:simpleType></xs:attribute>
NameSignifier, an attribute attached to the elements nickname, pseudonymand self-constructed, is used to distinguish the way such names derive theirsignificance. For example, whether the name signifies a variant of their ownname, their geographical location or a name specific to the romancetradition.
<xs:attribute name="NAMESIGNIFIER" default="CRYPTIC"><xs:annotation><xs:documentation>NameSignifier, an attribute attached to the elements nickname, pseudonym and self-constructed, is used to distinguish the way such names derive their significance. For example, whether the name signifies a variant of their own name, their geographical location or a name specific to the romance tradition.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CRYPTIC"/><xs:enumeration value="LOCAL"/><xs:enumeration value="ROMANCE"/></xs:restriction></xs:simpleType></xs:attribute>
NameType, an optional attribute attached to nickname, distinguishes betweenfamiliar nicknames (those her friends and family gave to her) and literarynicknames (names applied to her in reviews or in public which orginate inher status as a writer).
<xs:attribute name="NAMETYPE" default="LITERARY"><xs:annotation><xs:documentation>NameType, an optional attribute attached to nickname, distinguishes between familiar nicknames (those her friends and family gave to her) and literary nicknames (names applied to her in reviews or in public which orginate in her status as a writer).</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="LITERARY"/><xs:enumeration value="FAMILIAR"/><xs:enumeration value="OTHER"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. This attributewill allow us to track all the different names women writers publishedunder. While we assume that most writers published under their standard nameand pseudonyms, they may also have used a nickname or their married name,for instance, to publish material. This attribute works in conjunction withthe authorname in the bibliography to link the name a text was publishedunder with the name of the person.
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. This attributewill allow us to track all the different names women writers publishedunder. While we assume that most writers published under their standard nameand pseudonyms, they may also have used a nickname or their married name,for instance, to publish material. This attribute works in conjunction withthe authorname in the bibliography to link the name a text was publishedunder with the name of the person.
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute>
This optional attribute attached to birthPosition allows us to systematizeinformation concerning women writers who were the eldest, youngest and onlychildren in their families.
<xs:attribute name="POSITION" default="ELDEST"><xs:annotation><xs:documentation>This optional attribute attached to birthPosition allows us to systematize information concerning women writers who were the eldest, youngest and only children in their families.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ELDEST"/><xs:enumeration value="YOUNGEST"/><xs:enumeration value="ONLY"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="URL" use="required" type="xs:anyURI"><xs:annotation><xs:documentation>URL (uniform resource locator) specifies the URL from which the media concerned may be obtained.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="URL" use="required" type="xs:anyURI"><xs:annotation><xs:documentation>URL (uniform resource locator) specifies the URL from which the media concerned may be obtained.</xs:documentation></xs:annotation></xs:attribute>
This attribute is designed to capture the gender of the subject it is beingapplied to. Gender is a historically constructed and linguistically complexcategory that can shift over the course of a person's lifetime, in whichcase multiple values can be applied to this element. The values associatedwith this element are meant to capture the most common forms of genderidentity; other terms may be provided in the prose content of the element.The values are the following: female, male, transgendered, transgenderedmale-to-female, transgendered female-to-male, undefined, ungendered, orunknown.
Type
list of union of(xs:string, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token)
<xs:attribute name="GENDER"><xs:annotation><xs:documentation>This attribute is designed to capture the gender of the subject it is being applied to. Gender is a historically constructed and linguistically complex category that can shift over the course of a person's lifetime, in which case multiple values can be applied to this element. The values associated with this element are meant to capture the most common forms of gender identity; other terms may be provided in the prose content of the element. The values are the following: female, male, transgendered, transgendered male-to-female, transgendered female-to-male, undefined, ungendered, or unknown.</xs:documentation></xs:annotation><xs:simpleType><xs:list><xs:simpleType><xs:union memberTypes="xs:string"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FEMALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="MALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TRANSGENDERED"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TRANSGENDERED FEMALE-TO-MALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TRANSGENDERED MALE-TO-FEMALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="UNDEFINED"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="UNGENDERED"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="UNKNOWN"/></xs:restriction></xs:simpleType></xs:union></xs:simpleType></xs:list></xs:simpleType></xs:attribute>
This attribute allows you to capture changes in terminology over time. Theolder name in your prose may not be familiar to your reader nor helpful forindexing purposes and therefore needs explanation.
<xs:attribute name="CURRENTALTERNATIVETERM" type="xs:NCName"><xs:annotation><xs:documentation>This attribute allows you to capture changes in terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and therefore needs explanation.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
Self-defined is an attribute attached to all identity categories withinbiography. Its purpose is to distinguish between people who place themselveswithin an identity category (i.e., "Jeannette Winterson identifies aslesbian") and those whom we place in that category though theythemselves did not (i.e., "While she denied being a lesbian, shemaintained relationships with women throughout her life"). Thisattribute acknowledges the importance of personal, political and historicalplacements of one's own subject position; it assumes that identitiesare not simply labels we assign to other people but shifting categorieswhich we both place ourselves within, and, in which history placesus.
<xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN"><xs:annotation><xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELFYES"/><xs:enumeration value="SELFNO"/><xs:enumeration value="SELFUNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="INDEXSOURCE" default="LC"><xs:annotation><xs:documentation>This attribute attached to indexed name, allows us to distinguish between the Library of Congress' and the British Library's indexed names.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="LC"/><xs:enumeration value="BL"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. This attributewill allow us to track all the different names women writers publishedunder. While we assume that most writers published under their standard nameand pseudonyms, they may also have used a nickname or their married name,for instance, to publish material. This attribute works in conjunction withthe authorname in the bibliography to link the name a text was publishedunder with the name of the person.
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute>
This attribute attached to language name allows the tagger to expresswhether or not the specified language was the person's mothertongue. Wehope to facilitate researchers interested in studying women writers whowrote in English but whose first language was not English.
<xs:attribute name="COMPETENCE" default="OTHER"><xs:annotation><xs:documentation>This attribute attached to language name allows the tagger to express whether or not the specified language was the person's mothertongue. We hope to facilitate researchers interested in studying women writers who wrote in English but whose first language was not English.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="OTHER"/><xs:enumeration value="MOTHER"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
This attribute allows you to capture changes in terminology over time. Theolder name in your prose may not be familiar to your reader nor helpful forindexing purposes and therefore needs explanation.
<xs:attribute name="CURRENTALTERNATIVETERM" type="xs:NCName"><xs:annotation><xs:documentation>This attribute allows you to capture changes in terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and therefore needs explanation.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
Self-defined is an attribute attached to all identity categories withinbiography. Its purpose is to distinguish between people who place themselveswithin an identity category (i.e., "Jeannette Winterson identifies aslesbian") and those whom we place in that category though theythemselves did not (i.e., "While she denied being a lesbian, shemaintained relationships with women throughout her life"). Thisattribute acknowledges the importance of personal, political and historicalplacements of one's own subject position; it assumes that identitiesare not simply labels we assign to other people but shifting categorieswhich we both place ourselves within, and, in which history placesus.
<xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN"><xs:annotation><xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELFYES"/><xs:enumeration value="SELFNO"/><xs:enumeration value="SELFUNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute>
This optional attribute is attached to various categories withinculturalFormation. It allows the tagger to specify the family member towhich the information in the element applies.
<xs:attribute name="FOREBEAR" default="FAMILY"><xs:annotation><xs:documentation>This optional attribute is attached to various categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element applies.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FATHER"/><xs:enumeration value="MOTHER"/><xs:enumeration value="PARENTS"/><xs:enumeration value="GRANDFATHER"/><xs:enumeration value="GRANDMOTHER"/><xs:enumeration value="GRANDPARENTS"/><xs:enumeration value="AUNT"/><xs:enumeration value="UNCLE"/><xs:enumeration value="OTHER"/><xs:enumeration value="FAMILY"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
Self-defined is an attribute attached to all identity categories withinbiography. Its purpose is to distinguish between people who place themselveswithin an identity category (i.e., "Jeannette Winterson identifies aslesbian") and those whom we place in that category though theythemselves did not (i.e., "While she denied being a lesbian, shemaintained relationships with women throughout her life"). Thisattribute acknowledges the importance of personal, political and historicalplacements of one's own subject position; it assumes that identitiesare not simply labels we assign to other people but shifting categorieswhich we both place ourselves within, and, in which history placesus.
<xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN"><xs:annotation><xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELFYES"/><xs:enumeration value="SELFNO"/><xs:enumeration value="SELFUNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="TECHNIQUETYPE"><xs:annotation><xs:documentation>TechniqueType is an optional attribute that addresses the different kinds of literary techniques that an author might use in their work.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="DICTION"/><xs:enumeration value="VERSIFICATION"/><xs:enumeration value="NONSTANDARDENGLISH"/><xs:enumeration value="IMAGERY"/><xs:enumeration value="AURALEFFECTS"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="SETTINGCLASS"><xs:annotation><xs:documentation>SettingClass is an optional attribute that specifies the socio-economic status of a settingPlace.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="UPPERCLASS"/><xs:enumeration value="WORKINGCLASS"/><xs:enumeration value="MIDDLECLASS"/><xs:enumeration value="WIDERANGE"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="SETTINGPLACETYPE"><xs:annotation><xs:documentation>SettingPlaceType is an optional attribute that specifies the real or imaginary location of textual events.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FICTIVE"/><xs:enumeration value="REAL"/><xs:enumeration value="IDENTIFIABLE"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="SETTINGDATETYPE"><xs:annotation><xs:documentation>SettingDateType is an optional attribute that specifies the historical era of a setting.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="PAST"/><xs:enumeration value="PRESENT"/><xs:enumeration value="FUTURE"/><xs:enumeration value="AMBIGUOUS"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="MOTIFNAME"><xs:annotation><xs:documentation>Atribute on tMotif used to regularize discussions of motifs to one of the descriptors listed under Motif.</xs:documentation></xs:annotation></xs:attribute>
Formality is an attribute attached to rResponses which allows you toindicate whether a response to a work was formal or informal. "Formal" meansthat the response was written or otherwise made public; "informal" refers tothose incidents more difficult to define: a hearty slap on the back, rudelooks from strangers on buses, a snubbing by her socialset.
<xs:attribute name="FORMALITY"><xs:annotation><xs:documentation>Formality is an attribute attached to rResponses which allows you to indicate whether a response to a work was formal or informal. "Formal" means that the response was written or otherwise made public; "informal" refers to those incidents more difficult to define: a hearty slap on the back, rude looks from strangers on buses, a snubbing by her social set.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FORMAL"/><xs:enumeration value="INFORMAL"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="GENDEREDRESPONSE"><xs:annotation><xs:documentation>This attribute attached to rResponses indicates whether or not a response to a work was predicated on the writer's gender.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ADFEMINAM"/><xs:enumeration value="GENDEREDYES"/><xs:enumeration value="GENDEREDNO"/></xs:restriction></xs:simpleType></xs:attribute>
ResponseType is an optional attribute that specifies the historical timingof a response to a written work through its values of "recent,""re-evaluation," or "initial."
<xs:attribute name="RESPONSETYPE"><xs:annotation><xs:documentation>ResponseType is an optional attribute that specifies the historical timing of a response to a written work through its values of "recent," "re-evaluation," or "initial."</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="RE-EVALUATION"/><xs:enumeration value="RECENT"/><xs:enumeration value="INITIAL"/></xs:restriction></xs:simpleType></xs:attribute>
If a book is censored, we consider that action a type of penalty. Thisattribute flags when censorship has been one of the penalizing responses toa work.
<xs:attribute name="CENSORSHIP"><xs:annotation><xs:documentation>If a book is censored, we consider that action a type of penalty. This attribute flags when censorship has been one of the penalizing responses to a work.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CENSORSHIPYES"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="DESTROYEDBY"><xs:annotation><xs:documentation>This attribute, attached to rDestructionOfWork, allows you to indicate who destroyed the work.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELF"/><xs:enumeration value="OTHER"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="FORMOFSERIALIZATION"><xs:annotation><xs:documentation>This attribute is attached to the element pSerialization and specifies whether the work appeared in "volumeForm" or "periodicalForm."</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="VOLUMEFORM"/><xs:enumeration value="PERIODICALFORM"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="MOTIVETYPE"><xs:annotation><xs:documentation>MotiveType is an attribute affiliated with the element pMotives.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ASCRIBED"/><xs:enumeration value="SELF-IDENTIFIED"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="PUBLICATIONMODE"><xs:annotation><xs:documentation>This optional attribute allows you to identify how a text was published.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELF-PUBLICATION"/><xs:enumeration value="PRIVATELYPRINTED"/><xs:enumeration value="LIMITEDEDITION"/><xs:enumeration value="PIRATED"/><xs:enumeration value="SUBSCRIPTION"/></xs:restriction></xs:simpleType></xs:attribute>
This optional attribute attached to materialconditions applies toinformation about women who wrote from a displaced position (geographical orphysical in some sense).
<xs:attribute name="DISPLACEMENT"><xs:annotation><xs:documentation>This optional attribute attached to materialconditions applies to information about women who wrote from a displaced position (geographical or physical in some sense).</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="DISPLACEMENTYES"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="INFLUENCETYPE"><xs:annotation><xs:documentation>InfluenceType is an attribute affiliated with the element pInfluencesHer and is used to indicate how someone or something influenced a woman writer.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="LITERARY"/><xs:enumeration value="INTELLECTUAL"/><xs:enumeration value="FAMILIAL"/></xs:restriction></xs:simpleType></xs:attribute>
This attribute attached to pAuthorship allows us to distinguish betweendifferent kinds of authorship problems such as anonymous and pseudonymoustexts, and texts whose authorship is only alluded to.
<xs:attribute name="AUTHORNAMETYPE"><xs:annotation><xs:documentation>This attribute attached to pAuthorship allows us to distinguish between different kinds of authorship problems such as anonymous and pseudonymous texts, and texts whose authorship is only alluded to.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ANONYMOUS"/><xs:enumeration value="PSEUDONYMOUS"/><xs:enumeration value="ALLUSIVEAUTHORSHIP"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="AUTHORSHIPCONTROVERSY"><xs:annotation><xs:documentation>This attribute attached to pAuthorship reflects the difficulties scholars sometimes encounter when trying to identify the authorship of a text.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FORGERY"/><xs:enumeration value="SPURIOUS"/><xs:enumeration value="MISATTRIBUTION"/><xs:enumeration value="DOUBTFUL"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="COLLABORATION"><xs:annotation><xs:documentation>This attribute attached to pAuthorship allows us to distinguish those texts authored by more than a single author.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="COLLABORATIONYES"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="CONTROVERSYDATE"><xs:annotation><xs:documentation>This optional attribute attached to pAuthorship designates the current standing of a controversy surrounding authorship.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="PRESENT"/><xs:enumeration value="HISTORICAL"/><xs:enumeration value="ONGOING"/></xs:restriction></xs:simpleType></xs:attribute>
This attribute attached to politicalAffiliation denotes the highest levelof political involvement in a particular area. Using this attribute willhelp us distinguish between women who were clearly political activists andother women whose activities were less proactive. It includes suchactivities as suffragists chaining themselves to railings or women campingout at Greenham Common. Generally a founding or very active leadership rolein a political organization would qualify as activism. Thus JosephineButler, founder of the Ladies' National Association Against theContagious Diseases Acts, qualifies as activist for having founded theorganization, directed its activities, and for speaking publicly at meetingsat considerable personal risk.
<xs:attribute name="ACTIVISM" default="ACTIVISTYES"><xs:annotation><xs:documentation>This attribute attached to politicalAffiliation denotes the highest level of political involvement in a particular area. Using this attribute will help us distinguish between women who were clearly political activists and other women whose activities were less proactive. It includes such activities as suffragists chaining themselves to railings or women camping out at Greenham Common. Generally a founding or very active leadership role in a political organization would qualify as activism. Thus Josephine Butler, founder of the Ladies' National Association Against the Contagious Diseases Acts, qualifies as activist for having founded the organization, directed its activities, and for speaking publicly at meetings at considerable personal risk.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ACTIVISTYES"/><xs:enumeration value="ACTIVISTNO"/></xs:restriction></xs:simpleType></xs:attribute>
This optional attribute attached to politicalAffiliation in Biography andPLiterarySchools in Writing, in conjunction with its sibling attributes,designates the degree of political engagement with the political affiliationor literary school specified. Involvement denotes an intermediate level ofactivity between activism and membership; the political activities involvesmore than simply being a member of the Labour Party but does not entailsustained activism. Examples might include participating (but not in aleadership role) in a labour strike or a WSPU march, holding a positionwithin an organization's executive, writing letters or canvassing forGreenpeace.
<xs:attribute name="INVOLVEMENT" default="INVOLVEMENTYES"><xs:annotation><xs:documentation>This optional attribute attached to politicalAffiliation in Biography and PLiterarySchools in Writing, in conjunction with its sibling attributes, designates the degree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediate level of activity between activism and membership; the political activities involves more than simply being a member of the Labour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in a labour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing for Greenpeace.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="INVOLVEMENTYES"/><xs:enumeration value="INVOLVEMENTNO"/></xs:restriction></xs:simpleType></xs:attribute>
This optional attribute attached to politicalAffiliation in Biography, inconjunction with its sibling attributes, designates the lowest degree ofpolitical engagement with the political affiliation specified. Use thisattribute where there is clear evidence of a link with an organization butno indication of more active participation: she may have been a member ofthe WSPU, or donated money for a women's shelter, or written a poem forthe Anti-Corn Law League.
<xs:attribute name="MEMBERSHIP" default="MEMBERSHIPYES"><xs:annotation><xs:documentation>This optional attribute attached to politicalAffiliation in Biography, in conjunction with its sibling attributes, designates the lowest degree of political engagement with the political affiliation specified. Use this attribute where there is clear evidence of a link with an organization but no indication of more active participation: she may have been a member of the WSPU, or donated money for a women's shelter, or written a poem for the Anti-Corn Law League.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="MEMBERSHIPYES"/><xs:enumeration value="MEMBERSHIPNO"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
This attribute allows you to capture changes in terminology over time. Theolder name in your prose may not be familiar to your reader nor helpful forindexing purposes and therefore needs explanation.
<xs:attribute name="CURRENTALTERNATIVETERM" type="xs:NCName"><xs:annotation><xs:documentation>This attribute allows you to capture changes in terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and therefore needs explanation.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
Self-defined is an attribute attached to all identity categories withinbiography. Its purpose is to distinguish between people who place themselveswithin an identity category (i.e., "Jeannette Winterson identifies aslesbian") and those whom we place in that category though theythemselves did not (i.e., "While she denied being a lesbian, shemaintained relationships with women throughout her life"). Thisattribute acknowledges the importance of personal, political and historicalplacements of one's own subject position; it assumes that identitiesare not simply labels we assign to other people but shifting categorieswhich we both place ourselves within, and, in which history placesus.
<xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN"><xs:annotation><xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELFYES"/><xs:enumeration value="SELFNO"/><xs:enumeration value="SELFUNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG" type="xs:NCName"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. This attributewill allow us to track all the different names women writers publishedunder. While we assume that most writers published under their standard nameand pseudonyms, they may also have used a nickname or their married name,for instance, to publish material. This attribute works in conjunction withthe authorname in the bibliography to link the name a text was publishedunder with the name of the person.
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="URL" use="required" type="xs:anyURI"><xs:annotation><xs:documentation>URL (uniform resource locator) specifies the URL from which the media concerned may be obtained.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute>
The part attribute specifies whether or not its parent element isfragmented in some way, typically by some other overlapping structure: forexample a speech which is divided between two or more verse stanzas, aparagraph which is split across a page division, a verse line which isdivided between two speakers.
Type
restriction of xs:token
Properties
default
N
Facets
enumeration
N
(no) either the element is not fragmented, or no claim ismade as to its completeness
enumeration
Y
(yes) the element is fragmented in some (unspecified)respect
enumeration
I
(initial) this is the initial part of a fragmentedelement
enumeration
M
(medial) this is a medial part of a fragmentedelement
enumeration
F
(final) this is the final part of a fragmentedelement
<xs:attribute name="PART" default="N"><xs:annotation><xs:documentation>The part attribute specifies whether or not its parent element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two speakers.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="N"><xs:annotation><xs:documentation>(no) either the element is not fragmented, or no claim is made as to its completeness</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="Y"><xs:annotation><xs:documentation>(yes) the element is fragmented in some (unspecified) respect</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="I"><xs:annotation><xs:documentation>(initial) this is the initial part of a fragmented element</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="M"><xs:annotation><xs:documentation>(medial) this is a medial part of a fragmented element</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="F"><xs:annotation><xs:documentation>(final) this is the final part of a fragmented element</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
genderOfAuthor is an optional attribute modifying the elementtIntertextuality; therefore, it allows you to identify the sex of the authorwho wrote the intertext. It will prove useful for researching how womenresponded to other texts written by male or femaleauthors.
<xs:attribute name="GENDEROFAUTHOR"><xs:annotation><xs:documentation>genderOfAuthor is an optional attribute modifying the element tIntertextuality; therefore, it allows you to identify the sex of the author who wrote the intertext. It will prove useful for researching how women responded to other texts written by male or female authors.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FEMALE"/><xs:enumeration value="MALE"/></xs:restriction></xs:simpleType></xs:attribute>
IntertextType is an attribute used to modify the element tIntertextuality.It allows greater specificity to indicate how an intertext has been used inconnection with any one text.
<xs:attribute name="INTERTEXTTYPE"><xs:annotation><xs:documentation>IntertextType is an attribute used to modify the element tIntertextuality. It allows greater specificity to indicate how an intertext has been used in connection with any one text.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="ALLUSIONACKNOWLEDGED"/><xs:enumeration value="ALLUSIONUNACKNOWLEDGED"/><xs:enumeration value="QUOTATION"/><xs:enumeration value="MISQUOTATION"/><xs:enumeration value="PARODY"/><xs:enumeration value="SATIRE"/><xs:enumeration value="IMITATION"/><xs:enumeration value="ADAPTATION-UPDATE"/><xs:enumeration value="PREQUEL"/><xs:enumeration value="CONTINUATION"/><xs:enumeration value="ANSWER"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="PROTAGONIST"><xs:annotation><xs:documentation>This attribute defines the type of character where useful.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="MALE"/><xs:enumeration value="FEMALE"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
GenreName is an optional attribute that provides a pick-list of possiblegenre names to modify the element tGenre. It will prove especially useful insituations where the prose does not allow the concise naming of a genre thatwould be easily understood by a simpler name. Ultimately, this attributewill help us systematize and index references to various genrenames.
This optional attribute attached to politicalAffiliation in Biography andPLiterarySchools in Writing, in conjunction with its sibling attributes,designates the degree of political engagement with the political affiliationor literary school specified. Involvement denotes an intermediate level ofactivity between activism and membership; the political activities involvesmore than simply being a member of the Labour Party but does not entailsustained activism. Examples might include participating (but not in aleadership role) in a labour strike or a WSPU march, holding a positionwithin an organization's executive, writing letters or canvassing forGreenpeace.
<xs:attribute name="INVOLVEMENT" default="INVOLVEMENTYES"><xs:annotation><xs:documentation>This optional attribute attached to politicalAffiliation in Biography and PLiterarySchools in Writing, in conjunction with its sibling attributes, designates the degree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediate level of activity between activism and membership; the political activities involves more than simply being a member of the Labour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in a labour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing for Greenpeace.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="INVOLVEMENTYES"/><xs:enumeration value="INVOLVEMENTNO"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="TITLETYPE" use="required"><xs:annotation><xs:documentation>An attribute of title, titleType indicates whether a title is a part of another work, an entire work, a journal, or a series.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="MONOGRAPHIC"/><xs:enumeration value="ANALYTIC"/><xs:enumeration value="JOURNAL"/><xs:enumeration value="SERIES"/><xs:enumeration value="UNPUBLISHED"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REF" type="xs:anyURI"><xs:annotation><xs:documentation>Ref (or reference) provides an explicit means of locating a full definition for the entity being named by means of a URI.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
This optional attribute allows us to track the extent to which women's worktook place within a family business (meaning the economic, bread-winningbusiness carried on within the family and not, unfortunately, domesticwork).
<xs:attribute name="FAMILYBUSINESS"><xs:annotation><xs:documentation>This optional attribute allows us to track the extent to which women's work took place within a family business (meaning the economic, bread-winning business carried on within the family and not, unfortunately, domestic work).</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FAMILYBUSINESSYES"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REF" type="xs:anyURI"><xs:annotation><xs:documentation>Ref (or reference) provides an explicit means of locating a full definition for the entity being named by means of a URI.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute>
This optional attribute is attached to various categories withinculturalFormation. It allows the tagger to specify the family member towhich the information in the element applies.
<xs:attribute name="FOREBEAR" default="FAMILY"><xs:annotation><xs:documentation>This optional attribute is attached to various categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element applies.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FATHER"/><xs:enumeration value="MOTHER"/><xs:enumeration value="PARENTS"/><xs:enumeration value="GRANDFATHER"/><xs:enumeration value="GRANDMOTHER"/><xs:enumeration value="GRANDPARENTS"/><xs:enumeration value="AUNT"/><xs:enumeration value="UNCLE"/><xs:enumeration value="OTHER"/><xs:enumeration value="FAMILY"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
Self-defined is an attribute attached to all identity categories withinbiography. Its purpose is to distinguish between people who place themselveswithin an identity category (i.e., "Jeannette Winterson identifies aslesbian") and those whom we place in that category though theythemselves did not (i.e., "While she denied being a lesbian, shemaintained relationships with women throughout her life"). Thisattribute acknowledges the importance of personal, political and historicalplacements of one's own subject position; it assumes that identitiesare not simply labels we assign to other people but shifting categorieswhich we both place ourselves within, and, in which history placesus.
<xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN"><xs:annotation><xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELFYES"/><xs:enumeration value="SELFNO"/><xs:enumeration value="SELFUNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
Self-defined is an attribute attached to all identity categories withinbiography. Its purpose is to distinguish between people who place themselveswithin an identity category (i.e., "Jeannette Winterson identifies aslesbian") and those whom we place in that category though theythemselves did not (i.e., "While she denied being a lesbian, shemaintained relationships with women throughout her life"). Thisattribute acknowledges the importance of personal, political and historicalplacements of one's own subject position; it assumes that identitiesare not simply labels we assign to other people but shifting categorieswhich we both place ourselves within, and, in which history placesus.
<xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN"><xs:annotation><xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELFYES"/><xs:enumeration value="SELFNO"/><xs:enumeration value="SELFUNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute>
Socialrank, an optional attribute for class, provides a structuredvocabulary for class position. Systematizing class position by using thesocial rank attribute, allows the tagger the freedom to use whatever term ismost applicable in the prose.
Type
restriction of xs:token
Properties
default
OTHER
Facets
enumeration
OTHER
enumeration
NOBILITY
nobility:holding a title or close family relation to someone holding a title(LMWM, Lord Byron, Nancy Mitford)
enumeration
GENTRY
gentry:property-owning or related to same, can be in stocks and bonds. Beginsin the idea of owning arms and having a coat of arms. Distinguished fromNobility in so far as money is not necessarily related to blood andtitle. Disinterested gentlemen are of this class (ie JaneAusten).
enumeration
MANAGERIAL
managerial: station in life comes from the fact that they are runningsomething but not putting their money into it, e.g. salaried civilservice, bankers, hospital administrators.
enumeration
PROFESSIONAL
professional: Professional: Doctors, lawyers, guild, high calling,social respect, intellectual requirements, clergy (Church of England)(ie Ann Hunter [married to a surgeon], VirginiaWoolf).
shopkeepers: owns and runs a pub or shop. Similar to an industrialistbut to a lesser degree of magnitude.
enumeration
LOWER-MIDDLECLASS
lower-middleClass: employees, clerical workers, teachers, governesses.Note, however, that some teachers go into Professional (Mr. Chips) andwomen starting schools and then managing them also go intoProfessional.
enumeration
YEOMAN-FARMER
yeoman-farmer: own just enough land to support themselves if they domost of the work themselves (ie Elizabeth Ham, MaryWebb).
<xs:attribute name="SOCIALRANK" default="OTHER"><xs:annotation><xs:documentation>Socialrank, an optional attribute for class, provides a structured vocabulary for class position. Systematizing class position by using the social rank attribute, allows the tagger the freedom to use whatever term is most applicable in the prose.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="OTHER"/><xs:enumeration value="NOBILITY"><xs:annotation><xs:documentation>nobility: holding a title or close family relation to someone holding a title (LMWM, Lord Byron, Nancy Mitford)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="GENTRY"><xs:annotation><xs:documentation>gentry: property-owning or related to same, can be in stocks and bonds. Begins in the idea of owning arms and having a coat of arms. Distinguished from Nobility in so far as money is not necessarily related to blood and title. Disinterested gentlemen are of this class (ie Jane Austen).</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="MANAGERIAL"><xs:annotation><xs:documentation>managerial: station in life comes from the fact that they are running something but not putting their money into it, e.g. salaried civil service, bankers, hospital administrators.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="PROFESSIONAL"><xs:annotation><xs:documentation>professional: Professional: Doctors, lawyers, guild, high calling, social respect, intellectual requirements, clergy (Church of England) (ie Ann Hunter [married to a surgeon], Virginia Woolf).</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ENTREPRENEURIAL-INDUSTRIALIST"><xs:annotation><xs:documentation>entrepreneurial-industrialist: Running factories, investing money (ie Elizabeth Gaskell, Elizabeth Montagu, Beatrice Webb).</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="SHOPKEEPERS"><xs:annotation><xs:documentation>shopkeepers: owns and runs a pub or shop. Similar to an industrialist but to a lesser degree of magnitude.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="LOWER-MIDDLECLASS"><xs:annotation><xs:documentation>lower-middleClass: employees, clerical workers, teachers, governesses. Note, however, that some teachers go into Professional (Mr. Chips) and women starting schools and then managing them also go into Professional.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="YEOMAN-FARMER"><xs:annotation><xs:documentation>yeoman-farmer: own just enough land to support themselves if they do most of the work themselves (ie Elizabeth Ham, Mary Webb).</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="SKILLEDCRAFTPERSON-ARTISAN"><xs:annotation><xs:documentation>skilledCraftperson-Artisan: goldsmith, tailor, shoemaker, milliner, dressmaker.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="URBAN-INDUSTRIALUNSKILLED"><xs:annotation><xs:documentation>urban-industrialUnskilled: (industrial/service possible attributes): any form of production line, service industry.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="RURAL-UNSKILLED"><xs:annotation><xs:documentation>rural-unskilled: farm laborers (mostly male).</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="SERVANTS"><xs:annotation><xs:documentation>servants: Mainly female, but fairly self-explanatory.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="INDIGENT"><xs:annotation><xs:documentation>indigent: poor, destitute, unemployed, on social security.</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
This optional attribute is attached to various categories withinculturalFormation. It allows the tagger to specify the family member towhich the information in the element applies.
<xs:attribute name="FOREBEAR" default="FAMILY"><xs:annotation><xs:documentation>This optional attribute is attached to various categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element applies.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FATHER"/><xs:enumeration value="MOTHER"/><xs:enumeration value="PARENTS"/><xs:enumeration value="GRANDFATHER"/><xs:enumeration value="GRANDMOTHER"/><xs:enumeration value="GRANDPARENTS"/><xs:enumeration value="AUNT"/><xs:enumeration value="UNCLE"/><xs:enumeration value="OTHER"/><xs:enumeration value="FAMILY"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
Self-defined is an attribute attached to all identity categories withinbiography. Its purpose is to distinguish between people who place themselveswithin an identity category (i.e., "Jeannette Winterson identifies aslesbian") and those whom we place in that category though theythemselves did not (i.e., "While she denied being a lesbian, shemaintained relationships with women throughout her life"). Thisattribute acknowledges the importance of personal, political and historicalplacements of one's own subject position; it assumes that identitiesare not simply labels we assign to other people but shifting categorieswhich we both place ourselves within, and, in which history placesus.
<xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN"><xs:annotation><xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELFYES"/><xs:enumeration value="SELFNO"/><xs:enumeration value="SELFUNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute>
This optional attribute is attached to various categories withinculturalFormation. It allows the tagger to specify the family member towhich the information in the element applies.
<xs:attribute name="FOREBEAR" default="FAMILY"><xs:annotation><xs:documentation>This optional attribute is attached to various categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element applies.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FATHER"/><xs:enumeration value="MOTHER"/><xs:enumeration value="PARENTS"/><xs:enumeration value="GRANDFATHER"/><xs:enumeration value="GRANDMOTHER"/><xs:enumeration value="GRANDPARENTS"/><xs:enumeration value="AUNT"/><xs:enumeration value="UNCLE"/><xs:enumeration value="OTHER"/><xs:enumeration value="FAMILY"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG" type="xs:NCName"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
Self-defined is an attribute attached to all identity categories withinbiography. Its purpose is to distinguish between people who place themselveswithin an identity category (i.e., "Jeannette Winterson identifies aslesbian") and those whom we place in that category though theythemselves did not (i.e., "While she denied being a lesbian, shemaintained relationships with women throughout her life"). Thisattribute acknowledges the importance of personal, political and historicalplacements of one's own subject position; it assumes that identitiesare not simply labels we assign to other people but shifting categorieswhich we both place ourselves within, and, in which history placesus.
<xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN"><xs:annotation><xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELFYES"/><xs:enumeration value="SELFNO"/><xs:enumeration value="SELFUNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
Self-defined is an attribute attached to all identity categories withinbiography. Its purpose is to distinguish between people who place themselveswithin an identity category (i.e., "Jeannette Winterson identifies aslesbian") and those whom we place in that category though theythemselves did not (i.e., "While she denied being a lesbian, shemaintained relationships with women throughout her life"). Thisattribute acknowledges the importance of personal, political and historicalplacements of one's own subject position; it assumes that identitiesare not simply labels we assign to other people but shifting categorieswhich we both place ourselves within, and, in which history placesus.
<xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN"><xs:annotation><xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELFYES"/><xs:enumeration value="SELFNO"/><xs:enumeration value="SELFUNKNOWN"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="ORGTYPE"><xs:annotation><xs:documentation>A carry-over from the Microsoft Access database for chronology, orgType contains a keyword descriptor of an organization. Do not use this attribute.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REF" type="xs:anyURI"><xs:annotation><xs:documentation>Ref (or reference) provides an explicit means of locating a full definition for the entity being named by means of a URI.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute>
This attribute distinguishes between the different kinds of awards:"scholarship," "prize," and "other." Anentrance scholarship to Oxford is different from winning first prize in aSpelling Bee and distinguishing between awards will help understand thematerial conditions affecting women's access toeducation.
<xs:attribute name="AWARDTYPE"><xs:annotation><xs:documentation>This attribute distinguishes between the different kinds of awards: "scholarship," "prize," and "other." An entrance scholarship to Oxford is different from winning first prize in a Spelling Bee and distinguishing between awards will help understand the material conditions affecting women's access to education.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SCHOLARSHIP"/><xs:enumeration value="PRIZE"/><xs:enumeration value="OTHER"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="TYPE"><xs:annotation><xs:documentation>Type characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation></xs:annotation></xs:attribute>
Direct is an attribute of the quote element and is intended to indicatewhether a source is being quoted directly or indirectly. For displaypurposes, it will be necessary to set off direct quotations (doublequotation marks) from indirect ones (single quotationmarks).
<xs:attribute name="DIRECT" default="Y"><xs:annotation><xs:documentation>Direct is an attribute of the quote element and is intended to indicate whether a source is being quoted directly or indirectly. For display purposes, it will be necessary to set off direct quotations (double quotation marks) from indirect ones (single quotation marks).</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="Y"/><xs:enumeration value="N"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="LAYOUT" default="INLINE"><xs:annotation><xs:documentation>Layout is an attribute of QUOTE that determines the possition of the QOUTE in relation to the surrounding text of the entry</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="INLINE"><xs:annotation><xs:documentation>Use for short quotes.</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BLOCK"><xs:annotation><xs:documentation>Use for longer quotes.</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="CURRENT" type="xs:NCName"><xs:annotation><xs:documentation>Current name for geographical location.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REF" type="xs:anyURI"><xs:annotation><xs:documentation>Ref (or reference) provides an explicit means of locating a full definition for the entity being named by means of a URI.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
Latitude in decimal degrees of the place entity. Example: forthe place entity Edmonton, the latitude in decimal degrees is "53.55014"(WGS [World Geodetic System] 84 reference coordinatesystem).
<xs:attribute name="LAT" type="xs:decimal"><xs:annotation><xs:documentation>Latitude in decimal degrees of the place entity. Example: for the place entity Edmonton, the latitude in decimal degrees is "53.55014" (WGS [World Geodetic System] 84 reference coordinate system).</xs:documentation></xs:annotation></xs:attribute>
Longitude in decimal degrees of the place entity. Example: forthe place entity Edmonton, the longitude in decimal degrees is "-113.46871"(WGS [World Geodetic System] 84 reference coordinatesystem).
<xs:attribute name="LONG" type="xs:decimal"><xs:annotation><xs:documentation>Longitude in decimal degrees of the place entity. Example: for the place entity Edmonton, the longitude in decimal degrees is "-113.46871" (WGS [World Geodetic System] 84 reference coordinate system).</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="CALENDAR" default="NEWSTYLE"><xs:annotation><xs:documentation>An attribute of date, dateRange, and dateStruct, calendar is used to indicate when a given date took place.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NEWSTYLE"/><xs:enumeration value="BC"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="CERTAINTY" default="CERT"><xs:annotation><xs:documentation>Certainty is an attribute of date, dateRange, and dateStruct and is used to indicate the nature of certainty that you have about a given date.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="CERT"><xs:annotation><xs:documentation>Certain</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Circa</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="BY"><xs:annotation><xs:documentation>By this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="AFTER"><xs:annotation><xs:documentation>After this date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="UNKNOWN"><xs:annotation><xs:documentation>Unknown date</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ROUGHLYDATED"><xs:annotation><xs:documentation>Rough certainty</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="VALUE"><xs:annotation><xs:documentation>Value is used to record a formatted date-related value.</xs:documentation></xs:annotation><xs:simpleType><xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/></xs:simpleType></xs:attribute>
<xs:attribute name="annotationId"><xs:annotation><xs:documentation>Provides a unique annotation identifier for the element bearing the attribute.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="offsetId"><xs:annotation><xs:documentation>Designates the parent tag from which the offset is being counted.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="WORKSTATUS" use="required"><xs:annotation><xs:documentation>Describes the work status of a document.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SUB"><xs:annotation><xs:documentation>Submitted (SUB)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="RWT"><xs:annotation><xs:documentation>Researched / Written / Tagged (RWT)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="CAS"><xs:annotation><xs:documentation>Checked Against Sources (CAS)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="RBV"><xs:annotation><xs:documentation>Reviewed by Volume Author (RVB)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="CFT"><xs:annotation><xs:documentation>Checked for Tagging (CFT)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="CFB"><xs:annotation><xs:documentation>Checked for Bibliographic Practices (CFB)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="CFC"/><xs:enumeration value="REV"><xs:annotation><xs:documentation>Revised (REV)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="OLD"/><xs:enumeration value="PUB"><xs:annotation><xs:documentation>Published (PUB)</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="ENH"><xs:annotation><xs:documentation>Enhanced (ENH)</xs:documentation></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="WORKVALUE" use="required"><xs:annotation><xs:documentation>Records the completion information of a particular work status phase of a document.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="I"><xs:annotation><xs:documentation>Incomplete</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="P"><xs:annotation><xs:documentation>Pending</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="C"><xs:annotation><xs:documentation>Complete</xs:documentation></xs:annotation></xs:enumeration><xs:enumeration value="O"/></xs:restriction></xs:simpleType></xs:attribute>
Typespecifies the kind of document to which the header is attached, forexample whether it is a corpus or individual text. Sample valuesinclude: 1] text; 2] corpus.
Type
union of(xs:NCName, restriction of xs:token, restriction of xs:token)
<xs:attribute name="TYPE" default="text"><xs:annotation><xs:documentation>Type specifies the kind of document to which the header is attached, for example whether it is a corpus or individual text. Sample values include: 1] text; 2] corpus.</xs:documentation></xs:annotation><xs:simpleType><xs:union memberTypes="xs:NCName"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="text"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="corpus"/></xs:restriction></xs:simpleType></xs:union></xs:simpleType></xs:attribute>
WroteOrPublishedAs is an attribute attached to all the types of aperson's name captured within their biography section. Thisattribute will allow us to track all the different names womenwriters published under. While we assume that most writers publishedunder their standard name and pseudonyms, they may also have used anickname or their married name, for instance, to publish material.This attribute works in conjunction with the authorname in thebibliography to link the name a text was published under with thename of the person.
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REF" type="xs:anyURI"><xs:annotation><xs:documentation>Ref (or reference) provides an explicit means of locating a full definition for the entity being named by means of a URI.</xs:documentation></xs:annotation></xs:attribute>
ChronColumn is an attribute which designates a given chronology item asbelonging to a subject-specific column of the Orlando print (and possiblyelectronic) chronology.
<xs:attribute name="CHRONCOLUMN" use="required"><xs:annotation><xs:documentation>ChronColumn is an attribute which designates a given chronology item as belonging to a subject-specific column of the Orlando print (and possibly electronic) chronology.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="NATIONALINTERNATIONAL"/><xs:enumeration value="BRITISHWOMENWRITERS"/><xs:enumeration value="WRITINGCLIMATE"/><xs:enumeration value="SOCIALCLIMATE"/></xs:restriction></xs:simpleType></xs:attribute>
Relevance is a sister attribute to chronColumn, attached to each and everychronStruct. This element assignes importance to the chronstruct you have justcreated with categories for comprehensive, period, decade, and selective (inorder of increasing importance).
<xs:attribute name="RELEVANCE" use="required"><xs:annotation><xs:documentation>Relevance is a sister attribute to chronColumn, attached to each and every chronStruct. This element assignes importance to the chronstruct you have just created with categories for comprehensive, period, decade, and selective (in order of increasing importance).</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="SELECTIVE"/><xs:enumeration value="PERIOD"/><xs:enumeration value="DECADE"/><xs:enumeration value="COMPREHENSIVE"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="REG"><xs:annotation><xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation></xs:annotation></xs:attribute>
WroteOrPublishedAs is an attribute attached toall the types of a person's name capturedwithin their biography section. This attributewill allow us to track all the different nameswomen writers published under. While we assumethat most writers published under their standardname and pseudonyms, they may also have used anickname or their married name, for instance, topublish material. This attribute works inconjunction with the authorname in thebibliography to link the name a text was publishedunder with the name of theperson.
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES"><xs:annotation><xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="WROTEPUBLISHEDASYES"/></xs:restriction></xs:simpleType></xs:attribute>
This optional attribute attached to Educationrecords the mode of education and allows us todistinguish the important material effects between adomestic and an institutional education. Thisattribute allows us to trace the historicaldevelopments in women's access to education,for example, the informal domestic education ofwomen writers in the early periods versuswomen's entrance to post-secondary education inthe twentieth century.
<xs:attribute name="MODE"><xs:annotation><xs:documentation>This optional attribute attached to Education records the mode of education and allows us to distinguish the important material effects between a domestic and an institutional education. This attribute allows us to trace the historical developments in women's access to education, for example, the informal domestic education of women writers in the early periods versus women's entrance to post-secondary education in the twentieth century.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="DOMESTIC"/><xs:enumeration value="INSTITUTIONAL"/><xs:enumeration value="SELF-TAUGHT"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="RELATION" use="required"><xs:annotation><xs:documentation>Relation is a required attribute attached to member. It specifies how the family member discussed within the member element is related to the person.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="MOTHER"/><xs:enumeration value="FATHER"/><xs:enumeration value="SISTER"/><xs:enumeration value="BROTHER"/><xs:enumeration value="AUNT"/><xs:enumeration value="UNCLE"/><xs:enumeration value="GRANDFATHER"/><xs:enumeration value="GRANDMOTHER"/><xs:enumeration value="GRANDDAUGHTER"/><xs:enumeration value="GRANDSON"/><xs:enumeration value="NEPHEW"/><xs:enumeration value="STEPSISTER"/><xs:enumeration value="STEPBROTHER"/><xs:enumeration value="STEPFATHER"/><xs:enumeration value="STEPMOTHER"/><xs:enumeration value="COUSIN"/><xs:enumeration value="FOREBEAR"/><xs:enumeration value="OTHER"/><xs:enumeration value="SON"/><xs:enumeration value="DAUGHTER"/><xs:enumeration value="STEPSON"/><xs:enumeration value="STEPDAUGHTER"/><xs:enumeration value="GUARDIAN"/><xs:enumeration value="NIECE"/><xs:enumeration value="HUSBAND"/><xs:enumeration value="WIFE"/><xs:enumeration value="CHILD"/><xs:enumeration value="PARTNER"/></xs:restriction></xs:simpleType></xs:attribute>
This attribute attached to intimateRelationshipsallows us to distinguish intimate relationships thatwere erotic and/or explicitly sexual from intimaterelationships that were not. Erotic in this contextsuggests that sexuality was an issue in therelationship, whether or not it was acted upon inboth same sex and opposite sex relations. In notwishing to assume that heterosexual relationsbetween sexual partners are the only standard forintimate relationships, we include both erotic andnon-erotic relations as central to a woman'slife and use this attribute to distinguish betweenthe two. This attribute also seeks to redress thehistorical and ideological silence placed uponwomen's same sex relationships; it recognizesthat biographical information concerning theserelationships often is impossible to uncover, andtherefore allows for an attribute value of"eroticPossibly" that registers thepossibility of a sexual relationship, when, in theabsence of biographical proof, it is impossible toclaim such as fact.
<xs:attribute name="EROTIC"><xs:annotation><xs:documentation>This attribute attached to intimateRelationships allows us to distinguish intimate relationships that were erotic and/or explicitly sexual from intimate relationships that were not. Erotic in this context suggests that sexuality was an issue in the relationship, whether or not it was acted upon in both same sex and opposite sex relations. In not wishing to assume that heterosexual relations between sexual partners are the only standard for intimate relationships, we include both erotic and non-erotic relations as central to a woman's life and use this attribute to distinguish between the two. This attribute also seeks to redress the historical and ideological silence placed upon women's same sex relationships; it recognizes that biographical information concerning these relationships often is impossible to uncover, and therefore allows for an attribute value of "eroticPossibly" that registers the possibility of a sexual relationship, when, in the absence of biographical proof, it is impossible to claim such as fact.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="EROTICYES"/><xs:enumeration value="EROTICNO"/><xs:enumeration value="EROTICPOSSIBLY"/></xs:restriction></xs:simpleType></xs:attribute>
Issue denotes the specific type of health issuedescribed within a biography section. Its attributevalues will allow us to separate health issuespertaining to physical and mental health and tospecifically female health concerns. We areinterested in facilitating research on the genderednature of women's relation to the medicalinstitution, female illnesses such as breast cancer,and women's oppression by mental healthinstitutions, to name only a few.
<xs:attribute name="ISSUE"><xs:annotation><xs:documentation>Issue denotes the specific type of health issue described within a biography section. Its attribute values will allow us to separate health issues pertaining to physical and mental health and to specifically female health concerns. We are interested in facilitating research on the gendered nature of women's relation to the medical institution, female illnesses such as breast cancer, and women's oppression by mental health institutions, to name only a few.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="PHYSICAL"/><xs:enumeration value="MENTAL"/><xs:enumeration value="FEMALEBODY"/></xs:restriction></xs:simpleType></xs:attribute>
<xs:attribute name="ID" use="required" type="xs:NCName"><xs:annotation><xs:documentation>Attribute ID on the ENTRY element is meant to keep the legacy 6 letter code for each author bio & writing document pairs.</xs:documentation></xs:annotation></xs:attribute>
Person is an attribute applied to the Writing document as a whole, andspecifies information about the type of person who is the subject of thedocument; for example, if they are known primarily as a writer, or a historicalfigure.
<xs:attribute name="PERSON" use="required"><xs:annotation><xs:documentation>Person is an attribute applied to the Writing document as a whole, and specifies information about the type of person who is the subject of the document; for example, if they are known primarily as a writer, or a historical figure.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="HISTORICALFIGURE"/><xs:enumeration value="WRITER"/><xs:enumeration value="BRWWRITER"/><xs:enumeration value="IBRWRITER"/></xs:restriction></xs:simpleType></xs:attribute>
Sexis an attribute applied to the Writing document as a whole, and specifieswhether the individual who is the subject of the document is female, male,transgendered, transgendered male-to-female, transgendered female-to-male, orundefined.
Type
union of(xs:string, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token)
<xs:attribute name="SEX" use="required"><xs:annotation><xs:documentation>Sex is an attribute applied to the Writing document as a whole, and specifies whether the individual who is the subject of the document is female, male, transgendered, transgendered male-to-female, transgendered female-to-male, or undefined.</xs:documentation></xs:annotation><xs:simpleType><xs:union memberTypes="xs:string"><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="FEMALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="MALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TRANSGENDERED"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TRANSGENDERED FEMALE-TO-MALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="TRANSGENDERED MALE-TO-FEMALE"/></xs:restriction></xs:simpleType><xs:simpleType><xs:restriction base="xs:token"><xs:enumeration value="UNDEFINED"/></xs:restriction></xs:simpleType></xs:union></xs:simpleType></xs:attribute>